Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiUserChat.changeAvailabilityStatus(String status,
Presence.Mode mode)
Changes the occupant's availability status within the room.
|
void |
MultiUserChat.changeNickname(org.jxmpp.jid.parts.Resourcepart nickname)
Changes the occupant's nickname to a new nickname within the room.
|
Presence |
MultiUserChat.leaveSync()
Leave the chat room.
|
Message |
MultiUserChat.nextMessage()
Returns the next available message in the chat.
|
Message |
MultiUserChat.nextMessage(long timeout)
Returns the next available message in the chat.
|
Message |
MultiUserChat.pollMessage()
Polls for and returns the next message, or null if there isn't
a message immediately available.
|