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.
|
Modifier and Type | Method and Description |
---|---|
MUCItem |
MUCUser.getItem()
Returns the item child that holds information about roles, affiliation, jids and nicks.
|
Modifier and Type | Method and Description |
---|---|
List<MUCItem> |
MUCAdmin.getItems()
Returns a List of item children that holds information about roles, affiliation,
jids and nicks.
|
List<MUCItem> |
MUCOwner.getItems()
Returns a List of item children that holds information about affiliation,
jids and nicks.
|
Modifier and Type | Method and Description |
---|---|
void |
MUCAdmin.addItem(MUCItem item)
Adds an item child that holds information about roles, affiliation, jids and nicks.
|
void |
MUCOwner.addItem(MUCItem item)
Adds an item child that holds information about affiliation, jids and nicks.
|
void |
MUCUser.setItem(MUCItem item)
Sets the item child that holds information about roles, affiliation, jids and nicks.
|
Modifier and Type | Method and Description |
---|---|
static MUCItem |
MUCParserUtils.parseItem(org.xmlpull.v1.XmlPullParser parser) |