Uses of Class
org.jivesoftware.openfire.commands.AdHocCommand
-
Packages that use AdHocCommand 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). -
-
Uses of AdHocCommand in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands that return AdHocCommand Modifier and Type Method Description AdHocCommandAdHocCommandManager. 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 AdHocCommand Modifier and Type Method Description Collection<AdHocCommand>AdHocCommandManager. getCommands()Returns a list with the available commands in this command manager.Methods in org.jivesoftware.openfire.commands with parameters of type AdHocCommand Modifier and Type Method Description voidAdHocCommandHandler. 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.admin Modifier and Type Class Description classGetAdminConsoleInfoCommand that returns information about the admin console.classGetListActiveUsersCommand that allows to retrieve a list of all active users.classGetNumberActiveUsersCommand that allows to retrieve the number of online users who are active at any one moment.classGetNumberOnlineUsersCommand that allows to retrieve the number of registered users who are online at any one moment.classGetNumberUserSessionsCommand that allows to retrieve the number of user sessions at any one moment.classGetServerStatsCommand that returns information about the server and some basic statistics.classGetUsersPresenceCommand that allows to retrieve the presence of all active users.classHttpBindStatusAdHoc command to return the current status of the HTTP-bind service.classPacketsNotificationCommand that allows to retrieve the presence of all active users. -
Uses of AdHocCommand in org.jivesoftware.openfire.commands.admin.group
Subclasses of AdHocCommand in org.jivesoftware.openfire.commands.admin.group Modifier and Type Class Description classAddGroupCommand that allows to create and configure new goups.classAddGroupUsersCommand that allows to add members or admins to a given group.classDeleteGroupCommand that allows to delete existing groups.classDeleteGroupUsersCommand that allows to delete members or admins from a given group.classGetListGroupsCommand that allows to retrieve a list of existing groups.classGetListGroupUsersCommand that allows to retrieve list members of a given group.classUpdateGroupCommand 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.muc Modifier and Type Class Description classCreateMUCRoomAllows 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.user Modifier and Type Class Description classAddUserAdds a user to Openfire if the provider is not read-only.classAuthenticateUserTakes a user's username and password to authenticate them against the Openfire authprovider.classChangeUserPasswordCommand that allows to change password of existing users.classDeleteUserDelete a user from Openfire if the provider is not read-only.classUserPropertiesAn 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.event Modifier and Type Class Description classGroupAdminAddedNotifies the that a admin was added to the group.classGroupAdminRemovedNotifies the that a admin was removed from the group.classGroupCreatedNotifies the that a group was created.classGroupDeletingNotifies the that a group is being deleted.classGroupMemberAddedNotifies the that a member was added to the group.classGroupMemberRemovedNotifies the that a member was removed from the group.classGroupModifiedNotifies the that a group was modified.classUserCreatedNotifies the that a user was created.classUserDeletingNotifies the deletion of a user.classUserModifiedNotifies the that a user was modified.classVCardCreatedNotifies the that a vcard was created.classVCardDeletingNotifies the deletion of a vCard.classVCardModifiedNotifies the that a vCard was modified. -
Uses of AdHocCommand in org.jivesoftware.openfire.pubsub
Subclasses of AdHocCommand in org.jivesoftware.openfire.pubsub Modifier and Type Class Description classPendingSubscriptionsCommandAd-hoc command that sends pending subscriptions to node owners.
-