| Package | Description |
|---|---|
| rocks.xmpp.extensions.muc |
Provides classes for XEP-0045: Multi-User Chat.
|
| Class and Description |
|---|
| ChatRoom
Represents a chat room.
|
| ChatService
A chat service hosts chat rooms.
|
| InvitationDeclineEvent
The multi-user chat invitation decline event, which is triggered when an invitee declines a multi-user chat invitation.
|
| InvitationDeclineListener
Allows to listen for multi-user chat invitation declines.
|
| InvitationEvent
The multi-user chat invitation event, which is triggered upon receiving an invitation to a multi-user chat.
|
| InvitationListener
Allows to listen for multi-user chat invitations.
|
| Occupant
The main actor in a multi-user chat environment is the occupant, who can be said to be located "in" a multi-user chat room and to participate in the discussions held in that room.
|
| OccupantEvent
An event which is triggered by an occupant in a chat room.
|
| OccupantEvent.Type
The type of the occupant event.
|
| OccupantListener
Allows to listen for any kind of occupant event in a chat room, e.g. "joins" and "leaves", nickname changes or presence status changes.
|
| RoomInformation
Represents information about a chat room.
|
| SubjectChangeEvent
This event is fired, when the subject in a chat room has changed.
|
| SubjectChangeListener
Allows to listen for subject changes within a chat room.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.