Smack/smack-im/src/main/java/org/jivesoftware/smack/roster
Florian Schmaus 9c4e5d0330 Add Roster.createItem() and Roster.createItemAndRequestSubscription()
and deprecate createEntry().

createEntry() would also send a subscription request which may is
suprising given that you can also create an roster item without having
to send a subscription request out.

This also fixes a bug in
LowLevelRosterIntegrationTest.testPresenceEventListenersOffline()
where createEntry() was used, which would also trigger a presence
subscription request which in turn made the test fail if the
SubscribeListener of ensureSubscribedTo() was not yet set
up. So the test would fail depending on the timing.
2019-03-16 21:23:45 +01:00
..
packet Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
provider Use XmlEnvironment in parsing/provider subsystem 2019-02-15 23:21:30 +01:00
rosterstore Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
AbstractPresenceEventListener.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
AbstractRosterListener.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
PresenceEventListener.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
Roster.java Add Roster.createItem() and Roster.createItemAndRequestSubscription() 2019-03-16 21:23:45 +01:00
RosterEntries.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
RosterEntry.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
RosterGroup.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
RosterListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
RosterLoadedListener.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
RosterUtil.java Add RosterUtil.preApproveSubscriptionIfRequiredAndPossible() 2017-11-06 22:39:10 +01:00
SubscribeListener.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00