Smack/smack-im/src/main
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
..
java/org/jivesoftware/smack Fix NPE in ChatManager: Check if null 2015-11-22 22:46:53 +01:00
resources/org.jivesoftware.smack.im Added support for pre-approved subscription requests (RFC 6121 § 3.4) 2015-03-19 11:31:05 +01:00