Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-45.
|
Modifier and Type | Method and Description |
---|---|
MultiUserChat |
MultiUserChatManager.getMultiUserChat(org.jxmpp.jid.EntityBareJid jid)
Creates a multi user chat.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoJoinFailedCallback.autoJoinFailed(MultiUserChat muc,
Exception e)
Invoked if the automatic rejoin rooms on reconnect failed.
|
void |
InvitationListener.invitationReceived(XMPPConnection conn,
MultiUserChat room,
org.jxmpp.jid.EntityJid inviter,
String reason,
String password,
Message message,
MUCUser.Invite invitation)
Called when the an invitation to join a MUC room is received.
|
void |
UserStatusListener.roomDestroyed(MultiUserChat alternateMUC,
String reason)
Called when the room is destroyed.
|
void |
DefaultUserStatusListener.roomDestroyed(MultiUserChat alternateMUC,
String reason) |
Constructor and Description |
---|
MucNotJoinedException(MultiUserChat multiUserChat) |