Uses of Class
org.jivesoftware.smackx.commands.AdHocCommand
-
Packages that use AdHocCommand 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.org.jivesoftware.smackx.mam XEP-0313: Message Archive Management. -
-
Uses of AdHocCommand in org.jivesoftware.smackx.admin
Methods in org.jivesoftware.smackx.admin that return AdHocCommand Modifier and Type Method Description AdHocCommandServiceAdministrationManager. addUser()AdHocCommandServiceAdministrationManager. addUser(Jid service)AdHocCommandServiceAdministrationManager. deleteUser()AdHocCommandServiceAdministrationManager. deleteUser(Jid service) -
Uses of AdHocCommand in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return AdHocCommand Modifier and Type Method Description AdHocCommandAdHocCommandManager. getRemoteCommand(Jid jid, String node)Returns a command that represents an instance of a command in a remote host. -
Uses of AdHocCommand in org.jivesoftware.smackx.mam
Methods in org.jivesoftware.smackx.mam that return AdHocCommand Modifier and Type Method Description AdHocCommandMamManager. getAdvancedConfigurationCommand()
-