| Package | Description |
|---|---|
| rocks.xmpp.extensions.muc.model |
Provides XML schema implementations and configuration classes for XEP-0045: Multi-User Chat.
|
| 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 |
|---|---|
Actor |
Item.getActor()
Gets the actor for a kick or ban.
|
| Modifier and Type | Method and Description |
|---|---|
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...). |
| Modifier and Type | Method and Description |
|---|---|
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
Actor actor,
String reason,
Status... status)
Creates a
<x/> element with an <item/> and a <status/> child element. |
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
Jid jid,
String nick,
Actor actor,
String reason,
Status... status)
Creates a
<x/> element with an <item/> and a <status/> child element. |
Copyright © 2014–2018 XMPP.rocks. All rights reserved.