Smack/smack-im/src
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
..
main Fix NPE in ChatManager: Check if null 2015-11-22 22:46:53 +01:00
test/java/org/jivesoftware/smack Rework Roster IQ and DirectoryRosterStore 2015-09-29 22:35:50 +02:00