Uses of Class
org.jivesoftware.smackx.muc.packet.MUCUser.Invite
-
Packages that use MUCUser.Invite 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.Invite in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type MUCUser.Invite Modifier and Type Method Description void
InvitationListener. invitationReceived(XMPPConnection conn, MultiUserChat room, EntityJid inviter, java.lang.String reason, java.lang.String password, Message message, MUCUser.Invite invitation)
Called when the an invitation to join a MUC room is received. -
Uses of MUCUser.Invite in org.jivesoftware.smackx.muc.packet
Methods in org.jivesoftware.smackx.muc.packet that return MUCUser.Invite Modifier and Type Method Description MUCUser.Invite
MUCUser. getInvite()
Returns the invitation for another user to a room.Methods in org.jivesoftware.smackx.muc.packet with parameters of type MUCUser.Invite Modifier and Type Method Description void
MUCUser. setInvite(MUCUser.Invite invite)
Sets the invitation for another user to a room.
-