| Name | Description | Type | Package | Framework |
| AddGroup | Command that allows to create and configure new goups. | Class | org.jivesoftware.openfire.commands.admin.group | Echo |
| AddGroupUsers | Command that allows to add members or admins to a given group. | Class | org.jivesoftware.openfire.commands.admin.group | Echo |
| AddUser | Adds a user to Openfire if the provider is not read-only. | Class | org.jivesoftware.openfire.commands.admin.user | Echo |
| AdHocCommand | An ad-hoc command is a stateless object responsbile for executing the provided service. | Class | org.jivesoftware.openfire.commands | Echo |
| AdHocCommand .Action | The command should be canceled. | Class | org.jivesoftware.openfire.commands.AdHocCommand | Echo |
| AdHocCommand .Status | The command has been canceled. | Class | org.jivesoftware.openfire.commands.AdHocCommand | Echo |
| AdHocCommandHandler | An AdHocCommandHandler is responsbile for providing discoverable information about the supported commands and for handling commands requests. | Class | org.jivesoftware.openfire.commands | Echo |
| AdHocCommandManager | An AdHocCommandManager is responsible for keeping the list of available commands offered by a service and for processing commands requests. | Class | org.jivesoftware.openfire.commands | Echo |
| AuthenticateUser | Takes a user's username and password to authenticate them against the Openfire authprovider. | Class | org.jivesoftware.openfire.commands.admin.user | Echo |
| ChangeUserPassword | Command that allows to change password of existing users. | Class | org.jivesoftware.openfire.commands.admin.user | Echo |
| CreateMUCRoom | Allows via AdHoc commands the creation of a Multi-User Chat room. | Class | org.jivesoftware.openfire.commands.admin.muc | Echo |
| DeleteGroup | Command that allows to delete existing groups. | Class | org.jivesoftware.openfire.commands.admin.group | Echo |
| DeleteGroupUsers | Command that allows to delete members or admins from a given group. | Class | org.jivesoftware.openfire.commands.admin.group | Echo |
| DeleteUser | Delete a user from Openfire if the provider is not read-only. | Class | org.jivesoftware.openfire.commands.admin.user | Echo |
| GetAdminConsoleInfo | Command that returns information about the admin console. | Class | org.jivesoftware.openfire.commands.admin | Echo |
| GetListActiveUsers | Command that allows to retrieve a list of all active users. | Class | org.jivesoftware.openfire.commands.admin | Echo |
| GetListGroups | Command that allows to retrieve a list of existing groups. | Class | org.jivesoftware.openfire.commands.admin.group | Echo |
| GetListGroupUsers | Command that allows to retrieve list members of a given group. | Class | org.jivesoftware.openfire.commands.admin.group | Echo |
| GetNumberActiveUsers | Command that allows to retrieve the number of online users who are active at any one moment. | Class | org.jivesoftware.openfire.commands.admin | Echo |
| GetNumberOnlineUsers | Command that allows to retrieve the number of registered users who are online at any one moment. | Class | org.jivesoftware.openfire.commands.admin | Echo |
| GetNumberUserSessions | Command that allows to retrieve the number of user sessions at any one moment. | Class | org.jivesoftware.openfire.commands.admin | Echo |
| GetServerStats | Command that returns information about the server and some basic statistics. | Class | org.jivesoftware.openfire.commands.admin | Echo |
| GetUsersPresence | Command that allows to retrieve the presence of all active users. | Class | org.jivesoftware.openfire.commands.admin | Echo |
| GroupAdminAdded | Notifies the that a admin was added to the group. | Class | org.jivesoftware.openfire.commands.event | Echo |
| GroupAdminRemoved | Notifies the that a admin was removed from the group. | Class | org.jivesoftware.openfire.commands.event | Echo |
| GroupCreated | Notifies the that a group was created. | Class | org.jivesoftware.openfire.commands.event | Echo |
| GroupDeleting | Notifies the that a group is being deleted. | Class | org.jivesoftware.openfire.commands.event | Echo |
| GroupMemberAdded | Notifies the that a member was added to the group. | Class | org.jivesoftware.openfire.commands.event | Echo |
| GroupMemberRemoved | Notifies the that a member was removed from the group. | Class | org.jivesoftware.openfire.commands.event | Echo |
| GroupModified | Notifies the that a group was modified. | Class | org.jivesoftware.openfire.commands.event | Echo |
| HttpBindStatus | AdHoc command to return the current status of the HTTP-bind service. | Class | org.jivesoftware.openfire.commands.admin | Echo |
| PacketsNotification | Command that allows to retrieve the presence of all active users. | Class | org.jivesoftware.openfire.commands.admin | Echo |
| SessionData | A SessionData instance is responsible for keeping information gathered during the many stages of the command being executed. | Class | org.jivesoftware.openfire.commands | Echo |
| UpdateGroup | Command that allows to update a given group. | Class | org.jivesoftware.openfire.commands.admin.group | Echo |
| UserCreated | Notifies the that a user was created. | Class | org.jivesoftware.openfire.commands.event | Echo |
| UserDeleting | Notifies the deletion of a user. | Class | org.jivesoftware.openfire.commands.event | Echo |
| UserModified | Notifies the that a user was modified. | Class | org.jivesoftware.openfire.commands.event | Echo |
| UserProperties | An adhoc command to retrieve the properties of the user. | Class | org.jivesoftware.openfire.commands.admin.user | Echo |
| VCardCreated | Notifies the that a vcard was created. | Class | org.jivesoftware.openfire.commands.event | Echo |
| VCardDeleting | Notifies the deletion of a vCard. | Class | org.jivesoftware.openfire.commands.event | Echo |
| VCardModified | Notifies the that a vCard was modified. | Class | org.jivesoftware.openfire.commands.event | Echo |
| AddGroup | Command that allows to create and configure new goups. | Class | org.jivesoftware.openfire.commands.admin.group | OpenFire |
| AddGroupUsers | Command that allows to add members or admins to a given group. | Class | org.jivesoftware.openfire.commands.admin.group | OpenFire |
| AddUser | Adds a user to Openfire if the provider is not read-only. | Class | org.jivesoftware.openfire.commands.admin.user | OpenFire |
| AdHocCommand | An ad-hoc command is a stateless object responsbile for executing the provided service. | Class | org.jivesoftware.openfire.commands | OpenFire |
| AdHocCommand .Action | The command should be canceled. | Class | org.jivesoftware.openfire.commands.AdHocCommand | OpenFire |
| AdHocCommand .Status | The command has been canceled. | Class | org.jivesoftware.openfire.commands.AdHocCommand | OpenFire |
| AdHocCommandHandler | An AdHocCommandHandler is responsbile for providing discoverable information about the supported commands and for handling commands requests. | Class | org.jivesoftware.openfire.commands | OpenFire |
| AdHocCommandManager | An AdHocCommandManager is responsible for keeping the list of available commands offered by a service and for processing commands requests. | Class | org.jivesoftware.openfire.commands | OpenFire |
| AuthenticateUser | Takes a user's username and password to authenticate them against the Openfire authprovider. | Class | org.jivesoftware.openfire.commands.admin.user | OpenFire |
| ChangeUserPassword | Command that allows to change password of existing users. | Class | org.jivesoftware.openfire.commands.admin.user | OpenFire |
| CreateMUCRoom | Allows via AdHoc commands the creation of a Multi-User Chat room. | Class | org.jivesoftware.openfire.commands.admin.muc | OpenFire |
| DeleteGroup | Command that allows to delete existing groups. | Class | org.jivesoftware.openfire.commands.admin.group | OpenFire |
| DeleteGroupUsers | Command that allows to delete members or admins from a given group. | Class | org.jivesoftware.openfire.commands.admin.group | OpenFire |
| DeleteUser | Delete a user from Openfire if the provider is not read-only. | Class | org.jivesoftware.openfire.commands.admin.user | OpenFire |
| GetAdminConsoleInfo | Command that returns information about the admin console. | Class | org.jivesoftware.openfire.commands.admin | OpenFire |
| GetListActiveUsers | Command that allows to retrieve a list of all active users. | Class | org.jivesoftware.openfire.commands.admin | OpenFire |
| GetListGroups | Command that allows to retrieve a list of existing groups. | Class | org.jivesoftware.openfire.commands.admin.group | OpenFire |
| GetListGroupUsers | Command that allows to retrieve list members of a given group. | Class | org.jivesoftware.openfire.commands.admin.group | OpenFire |
| GetNumberActiveUsers | Command that allows to retrieve the number of online users who are active at any one moment. | Class | org.jivesoftware.openfire.commands.admin | OpenFire |
| GetNumberOnlineUsers | Command that allows to retrieve the number of registered users who are online at any one moment. | Class | org.jivesoftware.openfire.commands.admin | OpenFire |
| GetNumberUserSessions | Command that allows to retrieve the number of user sessions at any one moment. | Class | org.jivesoftware.openfire.commands.admin | OpenFire |
| GetServerStats | Command that returns information about the server and some basic statistics. | Class | org.jivesoftware.openfire.commands.admin | OpenFire |
| GetUsersPresence | Command that allows to retrieve the presence of all active users. | Class | org.jivesoftware.openfire.commands.admin | OpenFire |
| GroupAdminAdded | Notifies the that a admin was added to the group. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| GroupAdminRemoved | Notifies the that a admin was removed from the group. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| GroupCreated | Notifies the that a group was created. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| GroupDeleting | Notifies the that a group is being deleted. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| GroupMemberAdded | Notifies the that a member was added to the group. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| GroupMemberRemoved | Notifies the that a member was removed from the group. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| GroupModified | Notifies the that a group was modified. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| HttpBindStatus | AdHoc command to return the current status of the HTTP-bind service. | Class | org.jivesoftware.openfire.commands.admin | OpenFire |
| PacketsNotification | Command that allows to retrieve the presence of all active users. | Class | org.jivesoftware.openfire.commands.admin | OpenFire |
| SessionData | A SessionData instance is responsible for keeping information gathered during the many stages of the command being executed. | Class | org.jivesoftware.openfire.commands | OpenFire |
| UpdateGroup | Command that allows to update a given group. | Class | org.jivesoftware.openfire.commands.admin.group | OpenFire |
| UserCreated | Notifies the that a user was created. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| UserDeleting | Notifies the deletion of a user. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| UserModified | Notifies the that a user was modified. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| UserProperties | An adhoc command to retrieve the properties of the user. | Class | org.jivesoftware.openfire.commands.admin.user | OpenFire |
| VCardCreated | Notifies the that a vcard was created. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| VCardDeleting | Notifies the deletion of a vCard. | Class | org.jivesoftware.openfire.commands.event | OpenFire |
| VCardModified | Notifies the that a vCard was modified. | Class | org.jivesoftware.openfire.commands.event | OpenFire |