Uses of Class
org.jivesoftware.smackx.muc.packet.MUCItem
-
Packages that use MUCItem Package Description org.jivesoftware.smackx.muc.packet Element classes for XEP-0045: Multi-User Chat.org.jivesoftware.smackx.muc.provider Provider classes for XEP-0045: Multi-User Chat. -
-
Uses of MUCItem in org.jivesoftware.smackx.muc.packet
Methods in org.jivesoftware.smackx.muc.packet that return MUCItem Modifier and Type Method Description MUCItemMUCUser. getItem()Returns the item child that holds information about roles, affiliation, jids and nicks.Methods in org.jivesoftware.smackx.muc.packet that return types with arguments of type MUCItem Modifier and Type Method Description java.util.List<MUCItem>MUCAdmin. getItems()Returns a List of item children that holds information about roles, affiliation, jids and nicks.java.util.List<MUCItem>MUCOwner. getItems()Returns a List of item children that holds information about affiliation, jids and nicks.Methods in org.jivesoftware.smackx.muc.packet with parameters of type MUCItem Modifier and Type Method Description voidMUCAdmin. addItem(MUCItem item)Adds an item child that holds information about roles, affiliation, jids and nicks.voidMUCOwner. addItem(MUCItem item)Adds an item child that holds information about affiliation, jids and nicks.voidMUCUser. setItem(MUCItem item)Sets the item child that holds information about roles, affiliation, jids and nicks. -
Uses of MUCItem in org.jivesoftware.smackx.muc.provider
Methods in org.jivesoftware.smackx.muc.provider that return MUCItem Modifier and Type Method Description static MUCItemMUCParserUtils. parseItem(XmlPullParser parser)
-