| Package | Description |
|---|---|
| rocks.xmpp.extensions.muc.model.admin |
Provides XML schema implementations of XEP-0045: Multi-User Chat (#admin).
|
| rocks.xmpp.extensions.muc.model.user |
Provides XML schema implementations of XEP-0045: Multi-User Chat (#user).
|
| Modifier and Type | Method and Description |
|---|---|
static Item |
MucAdmin.createItem(Affiliation affiliation)
Creates an item, which can be used as input parameter for
MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...). |
static Item |
MucAdmin.createItem(Affiliation affiliation,
Jid jid)
Creates an item, which can be used as input parameter for
MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...). |
static Item |
MucAdmin.createItem(Affiliation affiliation,
Jid jid,
String reason)
Creates an item, which can be used as input parameter for
MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...). |
static Item |
MucAdmin.createItem(Affiliation affiliation,
Jid jid,
String nick,
String reason)
Creates an item, which can be used as input parameter for
MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...). |
static Item |
MucAdmin.createItem(Affiliation affiliation,
Role role,
Jid jid,
String nick,
Actor actor,
String reason)
Creates an item, which can be used as input parameter for
MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...). |
static Item |
MucAdmin.createItem(Role role)
Creates an item, which can be used as input parameter for
MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...). |
static Item |
MucAdmin.createItem(Role role,
String nick)
Creates an item, which can be used as input parameter for
MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...). |
static Item |
MucAdmin.createItem(Role role,
String nick,
String reason)
Creates an item, which can be used as input parameter for
MucAdmin.withItems(rocks.xmpp.extensions.muc.model.Item...). |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
MucAdmin.getItems()
Gets the items.
|
| Modifier and Type | Method and Description |
|---|---|
static MucAdmin |
MucAdmin.withItems(Item... items)
Creates a
<query/> element with <item/> child elements. |
| Modifier and Type | Method and Description |
|---|---|
static MucAdmin |
MucAdmin.withItems(List<Item> items)
Creates a
<query/> element with <item/> child elements. |
| Modifier and Type | Method and Description |
|---|---|
Item |
MucUser.getItem()
Gets the item.
|
Copyright © 2014–2018 XMPP.rocks. All rights reserved.