1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00
Smack/smack-extensions/src
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
..
integration-test/java/org/jivesoftware/smackx Remove MUC DeafOccupantIntercepter 2014-10-09 23:12:22 +02:00
main Remove nullOrEmpty check for setSessionID() 2014-10-16 13:02:06 +02:00
test Rework MultiUserChat 2014-10-13 11:10:30 +02:00