Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/commands
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
..
packet Remove nullOrEmpty check for setSessionID() 2014-10-16 13:02:06 +02:00
provider Rework Smack Provider design 2014-10-08 16:01:14 +02:00
AdHocCommand.java Use XmlStringBuilder in AdHocCommandData 2014-09-12 11:22:49 +02:00
AdHocCommandManager.java Use AbstractNodeInformationProvider where possible 2014-10-13 22:35:45 +02:00
AdHocCommandNote.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
LocalCommand.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
LocalCommandFactory.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
RemoteCommand.java Fix typos and closing javadoc tag in RemoteCommand 2014-10-16 12:55:17 +02:00