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 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,
org.jxmpp.jid.Jid jid) |
MUCItem(MUCAffiliation affiliation,
org.jxmpp.jid.Jid jid,
String reason) |
MUCItem(MUCAffiliation affiliation,
MUCRole role,
org.jxmpp.jid.Jid actor,
String reason,
org.jxmpp.jid.Jid jid,
org.jxmpp.jid.parts.Resourcepart nick,
org.jxmpp.jid.parts.Resourcepart actorNick)
Creates a new item child.
|