Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045.
|
org.jivesoftware.smackx.muc.packet |
Element classes for XEP-0045: Multi-User Chat.
|
Modifier and Type | Method and Description |
---|---|
static MUCRole |
MUCRole.fromString(String string) |
MUCRole |
Occupant.getRole()
Returns the current role of the occupant in the room.
|
MUCRole |
Affiliate.getRole()
Returns the current role of the affiliated user if the user is currently in the room.
|
static MUCRole |
MUCRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MUCRole[] |
MUCRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MUCRole |
MUCItem.getRole()
Returns the temporary position or privilege level of an occupant within a room.
|
Constructor and Description |
---|
MUCItem(MUCAffiliation affiliation,
MUCRole role,
Jid actor,
String reason,
Jid jid,
Resourcepart nick,
Resourcepart actorNick)
Creates a new item child.
|
MUCItem(MUCRole role) |
MUCItem(MUCRole role,
Resourcepart nick) |
MUCItem(MUCRole role,
Resourcepart nick,
String reason) |