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

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

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

Methods in org.jivesoftware.smackx.packet that return MUCUser.Decline
 MUCUser.Decline MUCUser.getDecline()
          Returns the rejection to an invitation from another user to a room.
 

Methods in org.jivesoftware.smackx.packet with parameters of type MUCUser.Decline
 void MUCUser.setDecline(MUCUser.Decline decline)
          Sets the rejection to an invitation from another user to a room.