Uses of Class
org.jivesoftware.smackx.muc.packet.MUCUser.Decline
Packages that use 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
Methods in org.jivesoftware.smackx.muc with parameters of type MUCUser.DeclineModifier and TypeMethodDescriptionvoidInvitationRejectionListener.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
Methods in org.jivesoftware.smackx.muc.packet that return MUCUser.DeclineModifier and TypeMethodDescriptionMUCUser.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.DeclineModifier and TypeMethodDescriptionvoidMUCUser.setDecline(MUCUser.Decline decline) Sets the rejection to an invitation from another user to a room.