Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC).
|
Modifier and Type | Method and Description |
---|---|
MultiUserChat |
MultiUserChatManager.getMultiUserChat(String jid)
Creates a multi user chat.
|
Modifier and Type | Method and Description |
---|---|
void |
InvitationListener.invitationReceived(XMPPConnection conn,
MultiUserChat room,
String inviter,
String reason,
String password,
Message message)
Called when the an invitation to join a MUC room is received.
|
Constructor and Description |
---|
MUCNotJoinedException(MultiUserChat multiUserChat) |