Packageorg.igniterealtime.xiff.data.muc
Interfacepublic interface IMUCExtension extends IExtension, ISerializable
ImplementorsMUCExtension



Public Properties
 PropertyDefined by
  history : Boolean
IMUCExtension
  maxchars : int
IMUCExtension
  maxstanzas : int
IMUCExtension
  password : String
IMUCExtension
  seconds : Number
IMUCExtension
  since : String
IMUCExtension
Public Methods
 MethodDefined by
  
addChildNode(childNode:XMLNode):void
IMUCExtension
 Inherited
deserialize(node:XMLNode):Boolean
Called when data is retrieved from the XMLSocket, use this method to extract any state into internal state.
ISerializable
 Inherited
getElementName():String
IExtension
 Inherited
getNS():String
IExtension
 Inherited
serialize(parentNode:XMLNode):Boolean
Called when the library need to retrieve the state of the instance.
ISerializable
Property detail
historyproperty
history:Boolean  [read-write]Implementation
    public function get history():Boolean
    public function set history(value:Boolean):void
maxcharsproperty 
maxchars:int  [read-write]Implementation
    public function get maxchars():int
    public function set maxchars(value:int):void
maxstanzasproperty 
maxstanzas:int  [read-write]Implementation
    public function get maxstanzas():int
    public function set maxstanzas(value:int):void
passwordproperty 
password:String  [read-write]Implementation
    public function get password():String
    public function set password(value:String):void
secondsproperty 
seconds:Number  [read-write]Implementation
    public function get seconds():Number
    public function set seconds(value:Number):void
sinceproperty 
since:String  [read-write]Implementation
    public function get since():String
    public function set since(value:String):void
Method detail
addChildNode()method
public function addChildNode(childNode:XMLNode):voidParameters
childNode:XMLNode