Package | org.igniterealtime.xiff.data.muc |
Interface | public interface IMUCExtension extends IExtension, ISerializable |
Implementors | MUCExtension |
Property | Defined by | ||
---|---|---|---|
history : Boolean | IMUCExtension | ||
maxchars : int | IMUCExtension | ||
maxstanzas : int | IMUCExtension | ||
password : String | IMUCExtension | ||
seconds : Number | IMUCExtension | ||
since : String | IMUCExtension |
Method | Defined by | ||
---|---|---|---|
addChildNode(childNode:XMLNode):void
| IMUCExtension | ||
![]() |
deserialize(node:XMLNode):Boolean
Called when data is retrieved from the XMLSocket, use this method to extract any state into internal state.
| ISerializable | |
![]() |
getElementName():String
| IExtension | |
![]() |
getNS():String
| IExtension | |
![]() |
serialize(parentNode:XMLNode):Boolean
Called when the library need to retrieve the state of the instance.
| ISerializable |
history | property |
history:Boolean
[read-write]Implementation
public function get history():Boolean
public function set history(value:Boolean):void
maxchars | property |
maxchars:int
[read-write]Implementation
public function get maxchars():int
public function set maxchars(value:int):void
maxstanzas | property |
maxstanzas:int
[read-write]Implementation
public function get maxstanzas():int
public function set maxstanzas(value:int):void
password | property |
password:String
[read-write]Implementation
public function get password():String
public function set password(value:String):void
seconds | property |
seconds:Number
[read-write]Implementation
public function get seconds():Number
public function set seconds(value:Number):void
since | property |
since:String
[read-write]Implementation
public function get since():String
public function set since(value:String):void
addChildNode | () | method |
public function addChildNode(childNode:XMLNode):void
Parameters
childNode:XMLNode |