Uses of Class
org.jivesoftware.smackx.packet.MUCUser.Invite

Packages that use MUCUser.Invite
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of MUCUser.Invite in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return MUCUser.Invite
 MUCUser.Invite MUCUser.getInvite()
          Returns the invitation for another user to a room.
 

Methods in org.jivesoftware.smackx.packet with parameters of type MUCUser.Invite
 void MUCUser.setInvite(MUCUser.Invite invite)
          Sets the invitation for another user to a room.