Smack/smack-im/src/main/java/org/jivesoftware/smack
Florian Schmaus 19469b0faf Fix NPE in ChatManager: Check if null
bareJidChats is a ConcurrentHashMap which does not allow 'null' keys,
thus get(null) returns a NPE. And asEntityBareJidIfPossible may return
'null', this could happen.
2015-11-22 22:46:53 +01:00
..
chat Fix NPE in ChatManager: Check if null 2015-11-22 22:46:53 +01:00
im Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
roster Make RosterStore handle corrupted stores. 2015-09-30 10:29:01 +02:00