| 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 |
|---|---|
Role |
RequestVoiceForm.getRole()
Gets the requested role.
|
Role |
Item.getRole()
Gets the role.
|
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Role> |
RoomConfigurationForm.getAllowedRolesToSendPrivateMessages()
Gets the roles that may send private messages.
|
Set<Role> |
RoomConfigurationForm.getRolesForWhichPresenceIsBroadcast()
Gets the roles for which presence is broadcast.
|
Set<Role> |
RoomConfigurationForm.getRolesWhichMayDiscoverRealJids()
Get the roles, which may discover real JIDs.
|
Set<Role> |
RoomConfigurationForm.getRolesWhichMayRetrieveMemberList()
Gets the roles which may retrieve member list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestVoiceForm.setRole(Role role)
Sets the requested role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoomConfigurationForm.setAllowedRolesToSendPrivateMessages(Set<Role> roles)
Sets the roles that may send private messages.
|
void |
RoomConfigurationForm.setRolesForWhichPresenceIsBroadcast(Set<Role> roles)
Sets the roles for which presence is broadcast.
|
void |
RoomConfigurationForm.setRolesWhichMayDiscoverRealJids(Set<Role> roles)
Get the roles, which may discover real JIDs.
|
void |
RoomConfigurationForm.setRolesWhichMayRetrieveMemberList(Set<Role> roles)
Sets the roles for which presence is broadcast.
|
| 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...). |
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...). |
static MucAdmin |
MucAdmin.withItem(Role role)
Creates a
<query/> element with an <item/> child element. |
static MucAdmin |
MucAdmin.withItem(Role role,
String nick,
String reason)
Creates a
<query/> element with an <item/> child element. |
| Modifier and Type | Method and Description |
|---|---|
static MucUser |
MucUser.withDestroy(Affiliation affiliation,
Role role,
Jid jid,
String reason)
Creates a
<x/> element with an <item/> and a <destroy/> child element. |
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,
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. |
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
Jid jid,
String nick,
Status... status)
Creates a
<x/> element with an <item/> and a <status/> child element. |
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
Status... status)
Creates a
<x/> element with an <item/> and a <status/> child element. |
static MucUser |
MucUser.withItem(Affiliation affiliation,
Role role,
String nick,
String reason)
Creates a
<x/> element with an <item/> and a <status/> child element. |
static MucUser |
MucUser.withItem(Role role,
String nick,
String reason,
Status... status)
Creates a
<x/> element with an <item/> and a <status/> child element. |
Copyright © 2014 XMPP.rocks. All rights reserved.