Package | Description |
---|---|
org.jivesoftware.smackx.muc |
Classes and Interfaces that implement Multi-User Chat (MUC).
|
org.jivesoftware.smackx.muc.packet |
Modifier and Type | Method and Description |
---|---|
static MUCAffiliation |
MUCAffiliation.fromString(String string) |
MUCAffiliation |
Occupant.getAffiliation()
Returns the affiliation of the occupant.
|
MUCAffiliation |
Affiliate.getAffiliation()
Returns the affiliation of the afffiliated user.
|
static MUCAffiliation |
MUCAffiliation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MUCAffiliation[] |
MUCAffiliation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MUCAffiliation |
MUCItem.getAffiliation()
Returns the occupant's affiliation to the room.
|
Constructor and Description |
---|
MUCItem(MUCAffiliation affiliation) |
MUCItem(MUCAffiliation affiliation,
MUCRole role,
String actor,
String reason,
String jid,
String nick)
Creates a new item child.
|
MUCItem(MUCAffiliation affiliation,
String jid) |
MUCItem(MUCAffiliation affiliation,
String jid,
String reason) |