Package | Description |
---|---|
org.jivesoftware.smackx.admin |
Smack's API for XEP-0133: Service Administration.
|
org.jivesoftware.smackx.commands |
Smacks implementation of XEP-0050: Ad-Hoc Commands.
|
Modifier and Type | Method and Description |
---|---|
RemoteCommand |
ServiceAdministrationManager.addUser() |
RemoteCommand |
ServiceAdministrationManager.addUser(org.jxmpp.jid.Jid service) |
RemoteCommand |
ServiceAdministrationManager.deleteUser() |
RemoteCommand |
ServiceAdministrationManager.deleteUser(org.jxmpp.jid.Jid service) |
Modifier and Type | Method and Description |
---|---|
RemoteCommand |
AdHocCommandManager.getRemoteCommand(org.jxmpp.jid.Jid jid,
String node)
Returns a command that represents an instance of a command in a remote
host.
|