Packageorg.igniterealtime.xiff.data.muc
Classpublic class MUC
InheritanceMUC Inheritance Object

This class contains a series of static constants that are used throughout the multi-user conferencing extensions.

The constants include the following for conference room affiliations:

And the following constants for room roles:

Support for the owner affiliation is REQUIRED. Support for the admin, member, and outcast affiliations is RECOMMENDED. (The "None" affiliation is the absence of an affiliation.)

See also

http://www.xmpp.org/extensions/xep-0045.html


Public Constants
 ConstantDefined By
  AFFILIATION_ADMIN : String = admin
[static]
MUC
  AFFILIATION_MEMBER : String = member
[static]
MUC
  AFFILIATION_NONE : String = none
[static]
MUC
  AFFILIATION_OUTCAST : String = outcast
[static]
MUC
  AFFILIATION_OWNER : String = owner
[static]
MUC
  ROLE_MODERATOR : String = moderator
[static]
MUC
  ROLE_NONE : String = none
[static]
MUC
  ROLE_PARTICIPANT : String = participant
[static]
MUC
  ROLE_VISITOR : String = visitor
[static]
MUC
Constant Detail
AFFILIATION_ADMINConstant
public static const AFFILIATION_ADMIN:String = admin

AFFILIATION_MEMBERConstant 
public static const AFFILIATION_MEMBER:String = member

AFFILIATION_NONEConstant 
public static const AFFILIATION_NONE:String = none

AFFILIATION_OUTCASTConstant 
public static const AFFILIATION_OUTCAST:String = outcast

AFFILIATION_OWNERConstant 
public static const AFFILIATION_OWNER:String = owner

ROLE_MODERATORConstant 
public static const ROLE_MODERATOR:String = moderator

ROLE_NONEConstant 
public static const ROLE_NONE:String = none

ROLE_PARTICIPANTConstant 
public static const ROLE_PARTICIPANT:String = participant

ROLE_VISITORConstant 
public static const ROLE_VISITOR:String = visitor