See: Description
| Interface | Description |
|---|---|
| InvitationListener |
A listener that is fired anytime an invitation to join a MUC room is received.
|
| InvitationRejectionListener |
A listener that is fired anytime an invitee declines or rejects an invitation.
|
| ParticipantStatusListener |
A listener that is fired anytime a participant's status in a room is changed, such as the
user being kicked, banned, or granted admin permissions.
|
| SubjectUpdatedListener |
A listener that is fired anytime a MUC room changes its subject.
|
| UserStatusListener |
A listener that is fired anytime your participant's status in a room is changed, such as the
user being kicked, banned, or granted admin permissions.
|
| Class | Description |
|---|---|
| Affiliate |
Represents an affiliation of a user to a given room.
|
| DefaultParticipantStatusListener |
Default implementation of the ParticipantStatusListener interface.
|
| DefaultUserStatusListener |
Default implementation of the UserStatusListener interface.
|
| DiscussionHistory |
The DiscussionHistory class controls the number of characters or messages to receive
when entering a room.
|
| HostedRoom |
Hosted rooms by a chat service may be discovered if they are configured to appear in the room
directory .
|
| MultiUserChat |
A MultiUserChat room (XEP-45), created with
MultiUserChatManager.getMultiUserChat(String). |
| MultiUserChatManager | |
| Occupant |
Represents the information about an occupant in a given room.
|
| RoomInfo |
Represents the room information that was discovered using Service Discovery.
|
| Enum | Description |
|---|---|
| MUCAffiliation |
XEP-0045: Multi-User-Chat - 5.2 Affiliations
|
| MUCRole |
XEP-0045: Multi User Chat - 5.1 Roles
|
| Exception | Description |
|---|---|
| MUCNotJoinedException |
Thrown if the requested operation required the MUC to be joined by the
client, while the client is currently joined.
|