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



Public Properties
 PropertyDefined by
  code : Number
Property used to add or retrieve a status code describing the condition that occurs.
MUCStatus
  message : String
Property that contains some text with a description of a condition.
MUCStatus
Public Methods
 MethodDefined by
  
MUCStatus(xmlNode:XMLNode, parentStanza:XMLStanza)
MUCStatus
Property detail
codeproperty
code:Number  [read-write]

Property used to add or retrieve a status code describing the condition that occurs.

Implementation
    public function get code():Number
    public function set code(value:Number):void
messageproperty 
message:String  [read-write]

Property that contains some text with a description of a condition.

Implementation
    public function get message():String
    public function set message(value:String):void
Constructor detail
MUCStatus()constructor
public function MUCStatus(xmlNode:XMLNode, parentStanza:XMLStanza)Parameters
xmlNode:XMLNode
 
parentStanza:XMLStanza