Uses of Class
org.jivesoftware.smackx.muc.packet.MUCItem
Packages that use MUCItem
Package
Description
Element classes for XEP-0045: Multi-User Chat.
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 MUCItemModifier and TypeMethodDescriptionMUCUser.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 MUCItemModifier and TypeMethodDescriptionMUCAdmin.getItems()
Returns a List of item children that holds information about roles, affiliation, jids and nicks.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 MUCItemModifier and TypeMethodDescriptionvoid
Adds an item child that holds information about roles, affiliation, jids and nicks.void
Adds an item child that holds information about affiliation, jids and nicks.void
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