Uses of Class
org.jivesoftware.openfire.commands.AdHocCommand
Packages that use AdHocCommand
Package
Description
Ad-Hoc Commands implementation (XEP-0050).
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of AdHocCommand in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands that return AdHocCommandModifier and TypeMethodDescriptionAdHocCommandManager.getCommand(String code) Returns the command whose code matches the specified code ornullif none was found.Methods in org.jivesoftware.openfire.commands that return types with arguments of type AdHocCommandModifier and TypeMethodDescriptionAdHocCommandManager.getCommands()Returns a list with the available commands in this command manager.Methods in org.jivesoftware.openfire.commands with parameters of type AdHocCommandModifier and TypeMethodDescriptionvoidAdHocCommandHandler.addCommand(AdHocCommand command) Adds a new command to the list of supported ad-hoc commands by this server.voidAdHocCommandManager.addCommand(AdHocCommand command) Adds a new command to the list of supported ad-hoc commands by this server.voidAdHocCommandHandler.removeCommand(AdHocCommand command) Removes the command from the list of ad-hoc commands supported by this server.booleanAdHocCommandManager.removeCommand(AdHocCommand command) Removes the command from the list of ad-hoc commands supported by this server. -
Uses of AdHocCommand in org.jivesoftware.openfire.commands.admin
Subclasses of AdHocCommand in org.jivesoftware.openfire.commands.adminModifier and TypeClassDescriptionclassEdits the list of Openfire administratorsclassEdits the list of external domains that are allowed to connect to OpenfireclassEdits the list of external domains that are disallowed to connect to OpenfireclassCommand that returns information about the admin console.classCommand that allows to retrieve a list of all active users.classCommand that allows to retrieve a list of all disabled users.classCommand that allows to retrieve the list of idle users.classCommand that allows to retrieve the number of registered users who are online at any one moment.classCommand that allows to retrieve a list of all registered users.classCommand that allows to retrieve the number of online users who are active at any one moment.classCommand that allows to retrieve the number of disabled usersclassCommand that allows to retrieve the number of idle users.classCommand that allows to retrieve the number of registered users who are online at any one moment.classCommand that allows to retrieve the number of registered usersclassCommand that allows to retrieve the number of user sessions at any one moment.classCommand that returns information about the server and some basic statistics.classCommand that allows to retrieve the presence of all active users.classAdHoc command to return the current status of the HTTP-bind service.classCommand that allows to retrieve the presence of all active users.classSends a message to all online users -
Uses of AdHocCommand in org.jivesoftware.openfire.commands.admin.group
Subclasses of AdHocCommand in org.jivesoftware.openfire.commands.admin.groupModifier and TypeClassDescriptionclassCommand that allows to create and configure new groups.classCommand that allows to add members or admins to a given group.classCommand that allows to delete existing groups.classCommand that allows to delete members or admins from a given group.classCommand that allows to retrieve a list of existing groups.classCommand that allows to retrieve list members of a given group.classCommand that allows to update a given group. -
Uses of AdHocCommand in org.jivesoftware.openfire.commands.admin.muc
Subclasses of AdHocCommand in org.jivesoftware.openfire.commands.admin.mucModifier and TypeClassDescriptionclassAllows via AdHoc commands the creation of a Multi-User Chat room. -
Uses of AdHocCommand in org.jivesoftware.openfire.commands.admin.user
Subclasses of AdHocCommand in org.jivesoftware.openfire.commands.admin.userModifier and TypeClassDescriptionclassAdds a user to Openfire if the provider is not read-only.classTakes a user's username and password to authenticate them against the Openfire authprovider.classCommand that allows to change password of existing users.classDelete a user from Openfire if the provider is not read-only.classDisables (locks) a user.classEnd a user sessionclassGets the roster of a user The implementation uses Openfire's LockOutManager to apply the configuration state.classRe-Enables a user.classAn adhoc command to retrieve the properties of the user. -
Uses of AdHocCommand in org.jivesoftware.openfire.commands.event
Subclasses of AdHocCommand in org.jivesoftware.openfire.commands.eventModifier and TypeClassDescriptionclassNotifies the that an admin was added to the group.classNotifies the that an admin was removed from the group.classNotifies the that a group was created.classNotifies the that a group is being deleted.classNotifies the that a member was added to the group.classNotifies the that a member was removed from the group.classNotifies the that a group was modified.classNotifies the that a user was created.classNotifies the deletion of a user.classNotifies the that a user was modified.classNotifies the that a vcard was created.classNotifies the deletion of a vCard.classNotifies the that a vCard was modified. -
Uses of AdHocCommand in org.jivesoftware.openfire.commands.generic
Subclasses of AdHocCommand in org.jivesoftware.openfire.commands.genericModifier and TypeClassDescriptionclassA (very) basic ad-hoc command that returns the server time in UTC. -
Uses of AdHocCommand in org.jivesoftware.openfire.pubsub
Subclasses of AdHocCommand in org.jivesoftware.openfire.pubsubModifier and TypeClassDescriptionclassAd-hoc command that sends pending subscriptions to node owners.