1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-26 13:24:49 +02:00
Smack/extensions/src/main/java/org/jivesoftware/smackx/commands
Florian Schmaus c2b214f8d8 Remove reply timeout from RemoteCommand
it was unused because of the value from nextResultOrThrow() was used
anyways (which uses the default of the connection instance).
2014-04-23 10:08:54 +02:00
..
packet Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
provider Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
AdHocCommand.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
AdHocCommandManager.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
AdHocCommandNote.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
LocalCommand.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
LocalCommandFactory.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
RemoteCommand.java Remove reply timeout from RemoteCommand 2014-04-23 10:08:54 +02:00