1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00
Smack/smack-im
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
..
src Fix NPE in ChatManager: Check if null 2015-11-22 22:46:53 +01:00
build.gradle Create smack-im subproject for XMPP-IM 2015-01-26 07:54:05 +01:00