Package | Description |
---|---|
org.jivesoftware.smackx.muclight |
Classes and Interfaces that implement Multi-User Chat Light (MUC Light).
|
org.jivesoftware.smackx.muclight.element |
Multi-User Chat Light (MUC Light) elements.
|
Modifier and Type | Method and Description |
---|---|
static MUCLightAffiliation |
MUCLightAffiliation.fromString(String string) |
static MUCLightAffiliation |
MUCLightAffiliation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MUCLightAffiliation[] |
MUCLightAffiliation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
MultiUserChatLight.getAffiliations()
Get the MUC Light affiliations.
|
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
MultiUserChatLight.getAffiliations(String version)
Get the MUC Light affiliations.
|
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
MUCLightRoomInfo.getOccupants()
Returns the room occupants.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiUserChatLight.changeAffiliations(HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> affiliations)
Change the MUC Light affiliations.
|
Constructor and Description |
---|
MUCLightRoomInfo(String version,
org.jxmpp.jid.Jid roomJid,
MUCLightRoomConfiguration configuration,
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> occupants)
MUC Light room info model constructor.
|
Modifier and Type | Method and Description |
---|---|
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
MUCLightChangeAffiliationsIQ.getAffiliations()
Get the affiliations.
|
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
MUCLightElements.AffiliationsChangeExtension.getAffiliations()
Get the affiliations.
|
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
MUCLightAffiliationsIQ.getAffiliations()
Returns the room affiliations.
|
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
MUCLightInfoIQ.getOccupants()
Returns the room occupants.
|
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> |
MUCLightCreateIQ.getOccupants()
Get the room occupants.
|
Constructor and Description |
---|
UserWithAffiliationElement(org.jxmpp.jid.Jid user,
MUCLightAffiliation affiliation)
User with affiliations element constructor.
|
Constructor and Description |
---|
AffiliationsChangeExtension(HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> affiliations,
String prevVersion,
String version) |
MUCLightAffiliationsIQ(String version,
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> affiliations)
MUC Light affiliations response IQ constructor.
|
MUCLightChangeAffiliationsIQ(org.jxmpp.jid.Jid room,
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> affiliations)
MUCLight change affiliations IQ constructor.
|
MUCLightInfoIQ(String version,
MUCLightRoomConfiguration configuration,
HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> occupants)
MUCLight info response IQ constructor.
|
OccupantsElement(HashMap<org.jxmpp.jid.Jid,MUCLightAffiliation> occupants)
Occupants element constructor.
|