Florian Schmaus
7e68bb7470
Javadoc fixes in Roster
2015-02-23 22:17:31 +01:00
Florian Schmaus
4424ec6c53
Make Roster API not leak internal state
...
Fixes SMACK-645
2015-02-23 22:16:49 +01:00
Florian Schmaus
fbf0ba13ce
Merge Smack 4.1.0-rc2
...
Conflicts:
smack-core/src/main/java/org/jivesoftware/smack/filter/FromMatchesFilter.java
smack-extensions/src/main/java/org/jivesoftware/smackx/iqregister/AccountManager.java
version.gradle
2015-02-21 18:07:45 +01:00
Florian Schmaus
98cfad6cc6
Add RosterLoadedListener
2015-02-17 16:56:04 +01:00
Florian Schmaus
5bb4727c57
Use Jid (and subclasses) from jxmpp-jid
...
Fixes SMACK-634
2015-02-17 16:07:16 +01:00
Florian Schmaus
bc61527bd2
Expose InterruptedException
...
SMACK-632
2015-02-14 14:57:33 +01:00
Florian Schmaus
57c1b57b7c
s/ a XMPP/ an XMPP/
2015-02-12 12:13:19 +01:00
Florian Schmaus
4698805a34
Rename 'Packet' class to 'Stanza'
...
Smack still uses the term 'Packet' in some places. This is just the
first step towards using correct XMPP terms in Smack.
2015-02-06 09:34:51 +01:00
Florian Schmaus
e493500cfe
Consider XMPP service name in isSubscribedToMyPresence()
2015-01-27 09:45:50 +01:00
Florian Schmaus
3299515b36
Make Roster.isRosterVersioningSupported public
2015-01-26 20:47:14 +01:00
Florian Schmaus
7348e8bc8b
Add Roster.getEntriesAndAddListener(RosterListener,RosterEntries)
2015-01-26 20:47:14 +01:00
Florian Schmaus
603f64166b
Improve Roster, RosterEntry and RosterGroup
...
Use final where possible, add javadoc. Fix duplicate comment in
Roster.
Use createPacketCollectorAndSend(packet).nextResultOrThrow when
possible, and only set the entry name if the IQ set is successful.
2015-01-26 16:24:32 +01:00
Florian Schmaus
763139684b
Add javadoc for Roster.reloadAndWait()/setRosterStore()
2015-01-26 11:45:25 +01:00
Florian Schmaus
dc4720a00b
Add '@Override' annotation to Roster's packet listener
2015-01-26 07:54:10 +01:00
Florian Schmaus
0581580831
Make Roster.unfiledEntries a CopyOnWriteArraySet
2015-01-26 07:54:10 +01:00
Florian Schmaus
bb85d2b437
Make Roster.rosterListeners a LinkedHashSet
2015-01-26 07:54:10 +01:00
Florian Schmaus
d5b8647d9d
Create smack-im subproject for XMPP-IM
...
Move Roster and Chat(Manager) code into their own packages within the
new smack-im subproject.
Apply Manager pattern to Roster.
Fixes SMACK-637.
2015-01-26 07:54:05 +01:00