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/main/java/org/jivesoftware/smackx/commands
Florian Schmaus bb8dcc9874 Add IQ request handler API
This also moves the logic to send error IQ replies from "when there is
no IQ provider registerd" to "when there is no IQ request handler
registered". Which has for example the advantage that IQ parsing no
longer asks for a connection instance.
2015-01-08 23:15:24 +01:00
..
packet Enable PacketExtensions for IQs 2014-11-10 11:43:18 +01: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 Add IQ request handler API 2015-01-08 23:15:24 +01: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