Uses of Class
org.jivesoftware.smackx.muc.packet.MUCUser.Decline
-
Packages that use MUCUser.Decline 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. -
-
Uses of MUCUser.Decline in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type MUCUser.Decline Modifier and Type Method Description void
InvitationRejectionListener. invitationDeclined(EntityBareJid invitee, java.lang.String reason, Message message, MUCUser.Decline rejection)
Called when the invitee declines the invitation. -
Uses of MUCUser.Decline in org.jivesoftware.smackx.muc.packet
Methods in org.jivesoftware.smackx.muc.packet that return MUCUser.Decline Modifier and Type Method Description MUCUser.Decline
MUCUser. getDecline()
Returns the rejection to an invitation from another user to a room.Methods in org.jivesoftware.smackx.muc.packet with parameters of type MUCUser.Decline Modifier and Type Method Description void
MUCUser. setDecline(MUCUser.Decline decline)
Sets the rejection to an invitation from another user to a room.
-