Uses of Class
org.jivesoftware.smackx.muc.packet.MUCUser.Decline
Package
Description
Smack API for Multi-User Chat (MUC, XEP-0045).
Element classes for XEP-0045: Multi-User Chat.
-
Uses of MUCUser.Decline in org.jivesoftware.smackx.muc
Modifier and TypeMethodDescriptionvoid
InvitationRejectionListener.invitationDeclined
(EntityBareJid invitee, String reason, Message message, MUCUser.Decline rejection) Called when the invitee declines the invitation. -
Uses of MUCUser.Decline in org.jivesoftware.smackx.muc.packet
Modifier and TypeMethodDescriptionMUCUser.getDecline()
Returns the rejection to an invitation from another user to a room.Modifier and TypeMethodDescriptionvoid
MUCUser.setDecline
(MUCUser.Decline decline) Sets the rejection to an invitation from another user to a room.