| Name | Description | Type | Package | Framework |
| AddAffiliation | Task that adds an affiliation for a room in the other cluster nodes. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| AddMember | Task that adds a new member to the room in the other cluster nodes. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| BroadcastMessageRequest | Task that broadcasts a message to local room occupants. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| BroadcastPresenceRequest | Task that broadcasts the presence of a room occupant to the occupants of the room being hosted by the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| CannotBeInvitedException | Exception used for representing the error when an external MUC delegate responds to an invite-user packet by rejecting the invitation attempt. | Class | org.jivesoftware.openfire.muc | Echo |
|
| ChangeNickname | Task that changes the nickname of an existing room occupant in the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| ConflictException | Exception used for representing a conflict error in a MUCRoom. | Class | org.jivesoftware.openfire.muc | Echo |
|
| DestroyRoomRequest | Task that destroys the local room in the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| ForbiddenException | Exception used for representing that the requested operation is forbidden for the user in the MUCRoom. | Class | org.jivesoftware.openfire.muc | Echo |
|
| GetNewMemberRoomsRequest | Task requested by each cluster node when a new node joins the cluster. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| GetNumberConnectedUsers | Task to be executed in each cluster node to obtain the total number of users using the multi user chat service. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| HistoryRequest | Represents the amount of history requested by an occupant while joining a room. | Class | org.jivesoftware.openfire.muc | Echo |
|
| HistoryStrategy | Multi-User Chat rooms may cache history of the conversations in the room in order to play them back to newly arriving members. | Class | org.jivesoftware.openfire.muc | Echo |
|
| HistoryStrategy .Type | | Class | org.jivesoftware.openfire.muc.HistoryStrategy | Echo |
|
| IQAdminHandler | A handler for the IQ packet with namespace http://jabber. | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| IQMUCSearchHandler | This class adds jabber:iq:search combined with 'result set management' functionality to the MUC service of Openfire. | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| IQOwnerHandler | A handler for the IQ packet with namespace http://jabber. | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| LocalMUCRole | | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| LocalMUCRoom | a persistent room which means that its configuration will be maintained in synch with its representation in the database. | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| LocalMUCUser | Representation of users interacting with the chat service. | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| MUCEventDelegate | Gives the implementer the ability to react to, allow, or deny MUC related events. | Class | org.jivesoftware.openfire.muc | Echo |
|
| MUCEventDelegate .InvitationRejectionResult | | Class | org.jivesoftware.openfire.muc.MUCEventDelegate | Echo |
|
| MUCEventDelegate .InvitationResult | | Class | org.jivesoftware.openfire.muc.MUCEventDelegate | Echo |
|
| MUCEventDispatcher | Dispatches MUC events. | Class | org.jivesoftware.openfire.muc | Echo |
|
| MUCEventListener | Interface to listen for MUC events. | Interface | org.jivesoftware.openfire.muc | Echo |
|
| MUCPersistenceManager | A manager responsible for ensuring room persistence. | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| MUCRole | Defines the permissions and actions that a MUCUser may use in a particular room. | Interface | org.jivesoftware.openfire.muc | Echo |
|
| MUCRole .Affiliation | Administrator of the room. | Class | org.jivesoftware.openfire.muc.MUCRole | Echo |
|
| MUCRole .Role | Runs moderated discussions. | Class | org.jivesoftware.openfire.muc.MUCRole | Echo |
|
| MUCRoom | A chat room on the chat server manages its users, and enforces it's own security rules. | Interface | org.jivesoftware.openfire.muc | Echo |
|
| MUCRoomHistory | Represent the data model for one MUCRoom history. | Class | org.jivesoftware.openfire.muc | Echo |
|
| MUCRoomTask | Task related to a room to be executed in a cluster node. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| MUCServiceProperties | Retrieves and stores MUC service properties. | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| MUCServicePropertyClusterEventTask | This task updates or deletes a property in a cluster node's muc service property map. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| MUCServicePropertyEventDispatcher | Dispatches property events. | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| MUCServicePropertyEventDispatcher .EventType | Represents valid event types. | Class | org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher | Echo |
|
| MUCServicePropertyEventListener | Interface to listen for property events. | Interface | org.jivesoftware.openfire.muc.spi | Echo |
|
| MUCUser | The chat user is a separate user abstraction for interacting with the chat server. | Interface | org.jivesoftware.openfire.muc | Echo |
|
| MultiUserChatManager | Provides centralized management of all configured Multi User Chat (MUC) services. | Class | org.jivesoftware.openfire.muc | Echo |
|
| MultiUserChatService | Manages groupchat conversations, chatrooms, and users. | Interface | org.jivesoftware.openfire.muc | Echo |
|
| MultiUserChatServiceImpl | responsible for responding Multi-User Chat disco requests as well as removing inactive users from the rooms after a period of time and to maintain a log of the conversation in the rooms that | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| NotAcceptableException | Exception used for representing that the nickname used by the user is not acceptable. | Class | org.jivesoftware.openfire.muc | Echo |
|
| NotAllowedException | Exception used for representing that the user is not allowed to perform the requested operation in the MUCRoom. | Class | org.jivesoftware.openfire.muc | Echo |
|
| OccupantAddedEvent | Task that will remove a room occupant from the list of occupants in the room. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| OccupantLeftEvent | Task that removes a room occupant from the list of occupants in the room. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| QueuedTasksManager | Queue tasks while this JVM is joining the cluster and the requested room was still not loaded. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| RegistrationRequiredException | Exception used for representing that the user needs to register with the room in order to perform the requested operation. | Class | org.jivesoftware.openfire.muc | Echo |
|
| RemoteMUCRole | Representation of a room occupant of a local room that is being hosted by another cluster node. | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| RemoteMUCUser | User hosted by another cluster node that is presente in a local room. | Class | org.jivesoftware.openfire.muc.spi | Echo |
|
| RoomAvailableEvent | Task that adds a new local room to the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| RoomInfo | Representation of a room configuration and its occupants. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| RoomLockedException | Exception used for representing that the user can't join a room since it's been locked. | Class | org.jivesoftware.openfire.muc | Echo |
|
| RoomRemovedEvent | Task that will remove a local room from the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| RoomUpdatedEvent | Task that updates the configuration of a local room. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| SeniorMemberServicesRequest | Task to be requested by a node that joins a cluster and be executed in the senior cluster member to get the services with rooms with occupants. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| ServiceAddedEvent | Task that will add a service to the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| ServiceInfo | Representation of a service configuration. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| ServiceRemovedEvent | Task that will remove a service from the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| ServiceUnavailableException | Exception used for representing that the MultiUserChat service is not available at the moment. | Class | org.jivesoftware.openfire.muc | Echo |
|
| ServiceUpdatedEvent | Task that will update a service configuring in the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| UpdateHistoryStrategy | Cluster task that will update the history strategy used by a MultiUserChatService service. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| UpdateOccupant | Task that updates all information regarding a room occupant. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| UpdateOccupantRequest | Task that requests the cluster node hosting a room occupant to change his role and/or affiliation. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| UpdatePresence | Task that updates the presence of an occupant in a room. | Class | org.jivesoftware.openfire.muc.cluster | Echo |
|
| AddAffiliation | Task that adds an affiliation for a room in the other cluster nodes. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| AddMember | Task that adds a new member to the room in the other cluster nodes. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| BroadcastMessageRequest | Task that broadcasts a message to local room occupants. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| BroadcastPresenceRequest | Task that broadcasts the presence of a room occupant to the occupants of the room being hosted by the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| CannotBeInvitedException | Exception used for representing the error when an external MUC delegate responds to an invite-user packet by rejecting the invitation attempt. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| ChangeNickname | Task that changes the nickname of an existing room occupant in the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| ConflictException | Exception used for representing a conflict error in a MUCRoom. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| DestroyRoomRequest | Task that destroys the local room in the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| ForbiddenException | Exception used for representing that the requested operation is forbidden for the user in the MUCRoom. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| GetNewMemberRoomsRequest | Task requested by each cluster node when a new node joins the cluster. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| GetNumberConnectedUsers | Task to be executed in each cluster node to obtain the total number of users using the multi user chat service. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| HistoryRequest | Represents the amount of history requested by an occupant while joining a room. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| HistoryStrategy | Multi-User Chat rooms may cache history of the conversations in the room in order to play them back to newly arriving members. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| HistoryStrategy .Type | | Class | org.jivesoftware.openfire.muc.HistoryStrategy | OpenFire |
|
| IQAdminHandler | A handler for the IQ packet with namespace http://jabber. | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| IQMUCSearchHandler | This class adds jabber:iq:search combined with 'result set management' functionality to the MUC service of Openfire. | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| IQOwnerHandler | A handler for the IQ packet with namespace http://jabber. | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| LocalMUCRole | | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| LocalMUCRoom | a persistent room which means that its configuration will be maintained in synch with its representation in the database. | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| LocalMUCUser | Representation of users interacting with the chat service. | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| MUCEventDelegate | Gives the implementer the ability to react to, allow, or deny MUC related events. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| MUCEventDelegate .InvitationRejectionResult | | Class | org.jivesoftware.openfire.muc.MUCEventDelegate | OpenFire |
|
| MUCEventDelegate .InvitationResult | | Class | org.jivesoftware.openfire.muc.MUCEventDelegate | OpenFire |
|
| MUCEventDispatcher | Dispatches MUC events. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| MUCEventListener | Interface to listen for MUC events. | Interface | org.jivesoftware.openfire.muc | OpenFire |
|
| MUCPersistenceManager | A manager responsible for ensuring room persistence. | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| MUCRole | Defines the permissions and actions that a MUCUser may use in a particular room. | Interface | org.jivesoftware.openfire.muc | OpenFire |
|
| MUCRole .Affiliation | Administrator of the room. | Class | org.jivesoftware.openfire.muc.MUCRole | OpenFire |
|
| MUCRole .Role | Runs moderated discussions. | Class | org.jivesoftware.openfire.muc.MUCRole | OpenFire |
|
| MUCRoom | A chat room on the chat server manages its users, and enforces it's own security rules. | Interface | org.jivesoftware.openfire.muc | OpenFire |
|
| MUCRoomHistory | Represent the data model for one MUCRoom history. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| MUCRoomTask | Task related to a room to be executed in a cluster node. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| MUCServiceProperties | Retrieves and stores MUC service properties. | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| MUCServicePropertyClusterEventTask | This task updates or deletes a property in a cluster node's muc service property map. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| MUCServicePropertyEventDispatcher | Dispatches property events. | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| MUCServicePropertyEventDispatcher .EventType | Represents valid event types. | Class | org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher | OpenFire |
|
| MUCServicePropertyEventListener | Interface to listen for property events. | Interface | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| MUCUser | The chat user is a separate user abstraction for interacting with the chat server. | Interface | org.jivesoftware.openfire.muc | OpenFire |
|
| MultiUserChatManager | Provides centralized management of all configured Multi User Chat (MUC) services. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| MultiUserChatService | Manages groupchat conversations, chatrooms, and users. | Interface | org.jivesoftware.openfire.muc | OpenFire |
|
| MultiUserChatServiceImpl | responsible for responding Multi-User Chat disco requests as well as removing inactive users from the rooms after a period of time and to maintain a log of the conversation in the rooms that | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| NotAcceptableException | Exception used for representing that the nickname used by the user is not acceptable. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| NotAllowedException | Exception used for representing that the user is not allowed to perform the requested operation in the MUCRoom. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| OccupantAddedEvent | Task that will remove a room occupant from the list of occupants in the room. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| OccupantLeftEvent | Task that removes a room occupant from the list of occupants in the room. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| QueuedTasksManager | Queue tasks while this JVM is joining the cluster and the requested room was still not loaded. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| RegistrationRequiredException | Exception used for representing that the user needs to register with the room in order to perform the requested operation. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| RemoteMUCRole | Representation of a room occupant of a local room that is being hosted by another cluster node. | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| RemoteMUCUser | User hosted by another cluster node that is presente in a local room. | Class | org.jivesoftware.openfire.muc.spi | OpenFire |
|
| RoomAvailableEvent | Task that adds a new local room to the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| RoomInfo | Representation of a room configuration and its occupants. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| RoomLockedException | Exception used for representing that the user can't join a room since it's been locked. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| RoomRemovedEvent | Task that will remove a local room from the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| RoomUpdatedEvent | Task that updates the configuration of a local room. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| SeniorMemberServicesRequest | Task to be requested by a node that joins a cluster and be executed in the senior cluster member to get the services with rooms with occupants. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| ServiceAddedEvent | Task that will add a service to the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| ServiceInfo | Representation of a service configuration. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| ServiceRemovedEvent | Task that will remove a service from the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| ServiceUnavailableException | Exception used for representing that the MultiUserChat service is not available at the moment. | Class | org.jivesoftware.openfire.muc | OpenFire |
|
| ServiceUpdatedEvent | Task that will update a service configuring in the cluster node. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| UpdateHistoryStrategy | Cluster task that will update the history strategy used by a MultiUserChatService service. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| UpdateOccupant | Task that updates all information regarding a room occupant. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| UpdateOccupantRequest | Task that requests the cluster node hosting a room occupant to change his role and/or affiliation. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |
|
| UpdatePresence | Task that updates the presence of an occupant in a room. | Class | org.jivesoftware.openfire.muc.cluster | OpenFire |