Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.
|
org.jivesoftware.smackx.muc.packet |
Element classes for XEP-0045: Multi-User Chat.
|
Modifier and Type | Method and Description |
---|---|
void |
InvitationListener.invitationReceived(XMPPConnection conn,
MultiUserChat room,
EntityJid inviter,
String reason,
String password,
Message message,
MUCUser.Invite invitation)
Called when the an invitation to join a MUC room is received.
|
Modifier and Type | Method and Description |
---|---|
MUCUser.Invite |
MUCUser.getInvite()
Returns the invitation for another user to a room.
|
Modifier and Type | Method and Description |
---|---|
void |
MUCUser.setInvite(MUCUser.Invite invite)
Sets the invitation for another user to a room.
|