Uses of Class
org.jivesoftware.smackx.muc.packet.MUCUser.Invite
Packages that use 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
Methods in org.jivesoftware.smackx.muc with parameters of type MUCUser.InviteModifier and TypeMethodDescriptionvoidInvitationListener.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
Methods in org.jivesoftware.smackx.muc.packet that return MUCUser.InviteModifier and TypeMethodDescriptionMUCUser.getInvite()Returns the invitation for another user to a room.Methods in org.jivesoftware.smackx.muc.packet with parameters of type MUCUser.InviteModifier and TypeMethodDescriptionvoidMUCUser.setInvite(MUCUser.Invite invite) Sets the invitation for another user to a room.