Packageorg.igniterealtime.xiff.data
Interfacepublic interface IPresence extends IXMPPStanza, IXMLStanza, INodeProxy, IExtendable, ISerializable
ImplementorsPresence



Public Properties
 PropertyDefined by
 InheritederrorCode : int
IXMPPStanza
 InheritederrorCondition : String
IXMPPStanza
 InheritederrorMessage : String
IXMPPStanza
 InheritederrorType : String
IXMPPStanza
 Inheritedfrom : EscapedJID
IXMPPStanza
 Inheritedid : String
IXMPPStanza
  priority : int
IPresence
  show : String
IPresence
  status : String
IPresence
 Inheritedto : EscapedJID
IXMPPStanza
 Inheritedtype : String
IXMPPStanza
Public Methods
 MethodDefined by
 Inherited
IExtendable
 Inherited
addTextNode(parent:XMLNode, elementName:String, value:String):XMLNode
IXMLStanza
 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
ensureNode(node:XMLNode, elementName:String):XMLNode
IXMLStanza
 Inherited
IExtendable
 Inherited
getAllExtensionsByNS(ns:String):Array
IExtendable
 Inherited
getNode():XMLNode
Gets the XML node that is being abstracted.
INodeProxy
 Inherited
removeAllExtensions(ns:String):void
IExtendable
 Inherited
removeExtension(extension:IExtension):Boolean
IExtendable
 Inherited
replaceTextNode(parent:XMLNode, original:XMLNode, elementName:String, value:String):XMLNode
IXMLStanza
 Inherited
serialize(parentNode:XMLNode):Boolean
Called when the library need to retrieve the state of the instance.
ISerializable
 Inherited
setNode(node:XMLNode):Boolean
Sets the XML node that will be abstracted.
INodeProxy
Property detail
priorityproperty
priority:int  [read-write]Implementation
    public function get priority():int
    public function set priority(value:int):void
showproperty 
show:String  [read-write]Implementation
    public function get show():String
    public function set show(value:String):void
statusproperty 
status:String  [read-write]Implementation
    public function get status():String
    public function set status(value:String):void