| Package | Description |
|---|---|
| org.jivesoftware.openfire.commands |
Ad-Hoc Commands implementation (XEP-0050).
|
| org.jivesoftware.openfire.commands.admin | |
| org.jivesoftware.openfire.commands.admin.group | |
| org.jivesoftware.openfire.commands.admin.muc | |
| org.jivesoftware.openfire.commands.admin.user | |
| org.jivesoftware.openfire.commands.event | |
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| Modifier and Type | Method and Description |
|---|---|
AdHocCommand |
AdHocCommandManager.getCommand(String code)
Returns the command whose code matches the specified code or null if none
was found.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AdHocCommand> |
AdHocCommandManager.getCommands()
Returns a list with the available commands in this command manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdHocCommandManager.addCommand(AdHocCommand command)
Adds a new command to the list of supported ad-hoc commands by this server.
|
void |
AdHocCommandHandler.addCommand(AdHocCommand command)
Adds a new command to the list of supported ad-hoc commands by this server.
|
boolean |
AdHocCommandManager.removeCommand(AdHocCommand command)
Removes the command from the list of ad-hoc commands supported by this server.
|
void |
AdHocCommandHandler.removeCommand(AdHocCommand command)
Removes the command from the list of ad-hoc commands supported by this server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GetAdminConsoleInfo
Command that returns information about the admin console.
|
class |
GetListActiveUsers
Command that allows to retrieve a list of all active users.
|
class |
GetNumberActiveUsers
Command that allows to retrieve the number of online users who are active at any one moment.
|
class |
GetNumberOnlineUsers
Command that allows to retrieve the number of registered users who are online at
any one moment.
|
class |
GetNumberUserSessions
Command that allows to retrieve the number of user sessions at any one moment.
|
class |
GetServerStats
Command that returns information about the server and some basic statistics.
|
class |
GetUsersPresence
Command that allows to retrieve the presence of all active users.
|
class |
HttpBindStatus
AdHoc command to return the current status of the HTTP-bind service.
|
class |
PacketsNotification
Command that allows to retrieve the presence of all active users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddGroup
Command that allows to create and configure new goups.
|
class |
AddGroupUsers
Command that allows to add members or admins to a given group.
|
class |
DeleteGroup
Command that allows to delete existing groups.
|
class |
DeleteGroupUsers
Command that allows to delete members or admins from a given group.
|
class |
GetListGroups
Command that allows to retrieve a list of existing groups.
|
class |
GetListGroupUsers
Command that allows to retrieve list members of a given group.
|
class |
UpdateGroup
Command that allows to update a given group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateMUCRoom
Allows via AdHoc commands the creation of a Multi-User Chat room.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddUser
Adds a user to Openfire if the provider is not read-only.
|
class |
AuthenticateUser
Takes a user's username and password to authenticate them against the Openfire authprovider.
|
class |
ChangeUserPassword
Command that allows to change password of existing users.
|
class |
DeleteUser
Delete a user from Openfire if the provider is not read-only.
|
class |
UserProperties
An adhoc command to retrieve the properties of the user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupAdminAdded
Notifies the that a admin was added to the group.
|
class |
GroupAdminRemoved
Notifies the that a admin was removed from the group.
|
class |
GroupCreated
Notifies the that a group was created.
|
class |
GroupDeleting
Notifies the that a group is being deleted.
|
class |
GroupMemberAdded
Notifies the that a member was added to the group.
|
class |
GroupMemberRemoved
Notifies the that a member was removed from the group.
|
class |
GroupModified
Notifies the that a group was modified.
|
class |
UserCreated
Notifies the that a user was created.
|
class |
UserDeleting
Notifies the deletion of a user.
|
class |
UserModified
Notifies the that a user was modified.
|
class |
VCardCreated
Notifies the that a vcard was created.
|
class |
VCardDeleting
Notifies the deletion of a vCard.
|
class |
VCardModified
Notifies the that a vCard was modified.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PendingSubscriptionsCommand
Ad-hoc command that sends pending subscriptions to node owners.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.