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

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

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

Methods in org.jivesoftware.smackx.packet that return MUCUser.Item
 MUCUser.Item MUCUser.getItem()
          Returns the item child that holds information about roles, affiliation, jids and nicks.
 

Methods in org.jivesoftware.smackx.packet with parameters of type MUCUser.Item
 void MUCUser.setItem(MUCUser.Item item)
          Sets the item child that holds information about roles, affiliation, jids and nicks.