1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-12 14:44:49 +02:00
Smack/smack-legacy/src/main/java/org/jivesoftware/smackx/xroster
Florian Schmaus 1d1ea5dd10 Improve Roster API
Make Roster entries Map from BareJid to RosterEntry, since only
bare JIDs are allowed as roster items as per RFC 6121 § 3.1.1

   When a user sends a presence subscription request to a potential
   instant messaging and presence contact, the value of the 'to'
   attribute MUST be a bare JID <contact@domainpart> rather than a full
   JID <contact@domainpart/resourcepart>,…

Also some further Roster API changes regarding JIDs.
2015-05-27 22:34:43 +02:00
..
packet Improve Roster API 2015-05-27 22:34:43 +02:00
provider Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
RemoteRosterEntry.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
RosterExchangeListener.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
RosterExchangeManager.java Merge branch '4.1' 2015-03-04 22:42:36 +01:00