Uses of Class
org.jivesoftware.smackx.commands.RemoteCommand
-
Packages that use RemoteCommand 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 RemoteCommand in org.jivesoftware.smackx.admin
Methods in org.jivesoftware.smackx.admin that return RemoteCommand Modifier and Type Method Description RemoteCommandServiceAdministrationManager. addUser()RemoteCommandServiceAdministrationManager. addUser(Jid service)RemoteCommandServiceAdministrationManager. deleteUser()RemoteCommandServiceAdministrationManager. deleteUser(Jid service) -
Uses of RemoteCommand in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands that return RemoteCommand Modifier and Type Method Description RemoteCommandAdHocCommandManager. getRemoteCommand(Jid jid, java.lang.String node)Returns a command that represents an instance of a command in a remote host. -
Uses of RemoteCommand in org.jivesoftware.smackx.mam
Methods in org.jivesoftware.smackx.mam that return RemoteCommand Modifier and Type Method Description RemoteCommandMamManager. getAdvancedConfigurationCommand()
-