Property | Defined 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 |
code | property |
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
message | property |
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
MUCStatus | () | constructor |
public function MUCStatus(xmlNode:XMLNode, parentStanza:XMLStanza)
Parameters
xmlNode:XMLNode |
|
parentStanza:XMLStanza |