public interface InvitationRejectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
invitationDeclined(org.jxmpp.jid.EntityBareJid invitee,
java.lang.String reason,
org.jivesoftware.smack.packet.Message message,
MUCUser.Decline rejection)
Called when the invitee declines the invitation.
|
void invitationDeclined(org.jxmpp.jid.EntityBareJid invitee,
java.lang.String reason,
org.jivesoftware.smack.packet.Message message,
MUCUser.Decline rejection)
invitee - the invitee that declined the invitation. (e.g. hecate@shakespeare.lit).reason - the reason why the invitee declined the invitation.message - the message used to decline the invitation.rejection - the raw decline found in the message.