| Package | Description |
|---|---|
| org.jivesoftware.openfire.muc |
Implementation of Multi-User Chat (XEP-0045).
|
| org.jivesoftware.openfire.muc.cluster | |
| org.jivesoftware.openfire.muc.spi |
Implementation of Multi-User Chat (XEP-0045).
|
| Modifier and Type | Method and Description |
|---|---|
MUCRole.Role |
MUCRole.getRole()
Obtain the role state of the user.
|
static MUCRole.Role |
MUCRole.Role.valueOf(int value)
Returns the affiliation associated with the specified value.
|
static MUCRole.Role |
MUCRole.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MUCRole.Role[] |
MUCRole.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MUCRole.setRole(MUCRole.Role newRole)
Call this method to promote or demote a user's role in a chatroom.
|
| Modifier and Type | Method and Description |
|---|---|
MUCRole.Role |
UpdateOccupantRequest.getRole() |
MUCRole.Role |
UpdateOccupant.getRole() |
MUCRole.Role |
OccupantAddedEvent.getRole() |
| Constructor and Description |
|---|
UpdateOccupantRequest(LocalMUCRoom room,
String nickname,
MUCRole.Affiliation newAffiliation,
MUCRole.Role newRole) |
| Modifier and Type | Method and Description |
|---|---|
MUCRole.Role |
RemoteMUCRole.getRole() |
MUCRole.Role |
LocalMUCRole.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteMUCRole.setRole(MUCRole.Role newRole) |
void |
LocalMUCRole.setRole(MUCRole.Role newRole) |
| Constructor and Description |
|---|
LocalMUCRole(MultiUserChatService chatserver,
LocalMUCRoom chatroom,
String nickname,
MUCRole.Role role,
MUCRole.Affiliation affiliation,
LocalMUCUser chatuser,
org.xmpp.packet.Presence presence,
PacketRouter packetRouter)
Create a new role.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.