Packageorg.igniterealtime.xiff.data.muc
Classpublic class MUC

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:



Public Methods
 MethodDefined by
  
enable():void
[static] Register the multi-user chat extension capabilities with this method
MUC
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
Method detail
enable()method
public static function enable():void

Register the multi-user chat extension capabilities with this method

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"