1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 00:24:49 +02:00
Smack/smack-extensions/src/main
Florian Schmaus 888de7e1c1 Remove nullOrEmpty check for setSessionID()
in AdHocCommandData.

This check was added in 3a37b71e19, but a
session ID can be null, if it's the first invocation. This prevented
RemoteCommand.execute() from executing, since RemoteCommand's sessionID
member will be null at the first invocation.
2014-10-16 13:02:06 +02:00
..
java/org/jivesoftware Remove nullOrEmpty check for setSessionID() 2014-10-16 13:02:06 +02:00
resources/org.jivesoftware.smackx Add MultiUserChatManager 2014-10-13 22:32:34 +02:00