Smack/smack-extensions/src/main/java/org/jivesoftware
Florian Schmaus d711caee38 Use EntityFullJid in MUC's getOccupant(Presence) API
instead of String, which will always return null if used with
ocupantsMap.get(String), because String.equals(Object) is only true if
Object is also instanceof String.

Thanks to Adnan Elezovic for reporting.
2015-08-12 10:22:11 +02:00
..
smack/extensions Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
smackx Use EntityFullJid in MUC's getOccupant(Presence) API 2015-08-12 10:22:11 +02:00