Package | org.igniterealtime.xiff.data.muc |
Interface | public interface IMUCExtension extends IExtension, INodeProxy |
Implementors | MUCExtension |
Property | Defined By | ||
---|---|---|---|
history : Boolean | IMUCExtension | ||
maxchars : int | IMUCExtension | ||
maxstanzas : int | IMUCExtension | ||
password : String | IMUCExtension | ||
seconds : Number | IMUCExtension | ||
since : String | IMUCExtension | ||
![]() | xml : XML | INodeProxy |
Method | Defined By | ||
---|---|---|---|
addChildNode(childNode:XML):void | IMUCExtension | ||
![]() | getElementName():String
Element name of the extension
| IExtension | |
![]() | getNS():String
Namespace of the element
| IExtension |
history | property |
history:Boolean
public function get history():Boolean
public function set history(value:Boolean):void
maxchars | property |
maxchars:int
public function get maxchars():int
public function set maxchars(value:int):void
maxstanzas | property |
maxstanzas:int
public function get maxstanzas():int
public function set maxstanzas(value:int):void
password | property |
password:String
public function get password():String
public function set password(value:String):void
seconds | property |
seconds:Number
public function get seconds():Number
public function set seconds(value:Number):void
since | property |
since:String
public function get since():String
public function set since(value:String):void
addChildNode | () | method |
public function addChildNode(childNode:XML):void
Parameters
childNode:XML |