org.jivesoftware.openfire.muc |
Implementation of Multi-User Chat (JEP-0045).
|
Java Source File Name | Type | Comment |
ConflictException.java | Class | Exception used for representing a conflict error in a MUCRoom. |
ForbiddenException.java | Class | Exception used for representing that the requested operation is forbidden for the user in
the MUCRoom. |
HistoryRequest.java | Class | Represents the amount of history requested by an occupant while joining a room. |
HistoryStrategy.java | Class | |
MUCEventListener.java | Interface | Interface to listen for MUC events. |
MUCRole.java | Interface | Defines the permissions and actions that a MUCUser may use in
a particular room. |
MUCRoom.java | Interface | A chat room on the chat server manages its users, and
enforces it's own security rules. |
MUCRoomHistory.java | Class | Represent the data model for one MUCRoom history. |
MUCUser.java | Interface | The chat user is a separate user abstraction for interacting with
the chat server. |
MultiUserChatServer.java | Interface | Manages groupchat conversations, chatrooms, and users. |
NotAcceptableException.java | Class | Exception used for representing that the nickname used by the user is not acceptable. |
NotAllowedException.java | Class | Exception used for representing that the user is not allowed to perform the requested operation
in the MUCRoom. |
RegistrationRequiredException.java | Class | Exception used for representing that the user needs to register with the room in order to perform
the requested operation. |
RoomLockedException.java | Class | Exception used for representing that the user can't join a room since it's been locked. |
ServiceUnavailableException.java | Class | Exception used for representing that the MultiUserChat service is not available at the moment. |