Uses of Class
org.jivesoftware.smackx.muc.packet.MUCUser.Invite
Package
Description
Smack API for Multi-User Chat (MUC, XEP-0045).
Element classes for XEP-0045: Multi-User Chat.
-
Uses of MUCUser.Invite in org.jivesoftware.smackx.muc
Modifier and TypeMethodDescriptionvoid
InvitationListener.invitationReceived
(XMPPConnection conn, MultiUserChat room, EntityJid inviter, String reason, 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
Modifier and TypeMethodDescriptionMUCUser.getInvite()
Returns the invitation for another user to a room.Modifier and TypeMethodDescriptionvoid
MUCUser.setInvite
(MUCUser.Invite invite) Sets the invitation for another user to a room.