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

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

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

Methods in org.jivesoftware.smackx.packet that return MUCUser.Status
 MUCUser.Status MUCUser.getStatus()
          Returns the status which holds a code that assists in presenting notification messages.
 

Methods in org.jivesoftware.smackx.packet with parameters of type MUCUser.Status
 void MUCUser.setStatus(MUCUser.Status status)
          Sets the status which holds a code that assists in presenting notification messages.