Uses of Enum
org.jivesoftware.smackx.muclight.MUCLightAffiliation
Package
Description
Classes and Interfaces that implement Multi-User Chat Light (MUC Light).
Multi-User Chat Light (MUC Light) elements.
-
Uses of MUCLightAffiliation in org.jivesoftware.smackx.muclight
Modifier and TypeMethodDescriptionstatic MUCLightAffiliation
MUCLightAffiliation.fromString
(String string) static MUCLightAffiliation
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 TypeMethodDescriptionMultiUserChatLight.getAffiliations()
Get the MUC Light affiliations.MultiUserChatLight.getAffiliations
(String version) Get the MUC Light affiliations.MUCLightRoomInfo.getOccupants()
Returns the room occupants.Modifier and TypeMethodDescriptionvoid
MultiUserChatLight.changeAffiliations
(Map<Jid, MUCLightAffiliation> affiliations) Change the MUC Light affiliations.ModifierConstructorDescriptionMUCLightRoomInfo
(String version, Jid roomJid, MUCLightRoomConfiguration configuration, Map<Jid, MUCLightAffiliation> occupants) MUC Light room info model constructor. -
Uses of MUCLightAffiliation in org.jivesoftware.smackx.muclight.element
Modifier and TypeMethodDescriptionMUCLightAffiliationsIQ.getAffiliations()
Returns the room affiliations.MUCLightChangeAffiliationsIQ.getAffiliations()
Get the affiliations.MUCLightElements.AffiliationsChangeExtension.getAffiliations()
Get the affiliations.MUCLightCreateIQ.getOccupants()
Get the room occupants.MUCLightInfoIQ.getOccupants()
Returns the room occupants.ModifierConstructorDescriptionUserWithAffiliationElement
(Jid user, MUCLightAffiliation affiliation) User with affiliations element constructor.ModifierConstructorDescriptionAffiliationsChangeExtension
(Map<Jid, MUCLightAffiliation> affiliations, String prevVersion, String version) MUCLightAffiliationsIQ
(String version, Map<Jid, MUCLightAffiliation> affiliations) MUC Light affiliations response IQ constructor.MUCLightChangeAffiliationsIQ
(Jid room, Map<Jid, MUCLightAffiliation> affiliations) MUCLight change affiliations IQ constructor.MUCLightInfoIQ
(String version, MUCLightRoomConfiguration configuration, Map<Jid, MUCLightAffiliation> occupants) MUCLight info response IQ constructor.OccupantsElement
(Map<Jid, MUCLightAffiliation> occupants) Occupants element constructor.