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 |
InvitationRejectionListener.invitationDeclined(EntityBareJid invitee,
String reason,
Message message,
MUCUser.Decline rejection)
Called when the invitee declines the invitation.
|
Modifier and Type | Method and Description |
---|---|
MUCUser.Decline |
MUCUser.getDecline()
Returns the rejection to an invitation from another user to a room.
|
Modifier and Type | Method and Description |
---|---|
void |
MUCUser.setDecline(MUCUser.Decline decline)
Sets the rejection to an invitation from another user to a room.
|