1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02:00
Smack/smack-core/src/main
Florian Schmaus 142f78c135 Rename Roster.getPresenceMapKey() to getMapKey()
since this method is not only used to determine the key for the
presence map, but also for the 'entries' map.

The logic is in both cases the same: If somehow an entry with an
resourcepart went into the roster (RFC 6121 does not explicity forbid
JIDs with an resourcepart in the roster), then use the full JID as
key, otherwise use the bare JID.

See also SMACK-19.
2015-01-20 12:43:18 +01:00
..
java/org/jivesoftware/smack Rename Roster.getPresenceMapKey() to getMapKey() 2015-01-20 12:43:18 +01:00
resources/org.jivesoftware.smack Enable OSGi compliance via 'DynamicImport-Package: *' 2015-01-03 13:14:02 +01:00