Packageorg.igniterealtime.xiff.data
Interfacepublic interface IPresence extends IXMPPStanza, IXMLStanza, IExtendable, INodeProxy
Implementors Presence

Interface for Presence



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
  time : Date
[read-only]
IPresence
 Inheritedto : EscapedJID
IXMPPStanza
 Inheritedtype : String
IXMPPStanza
 Inheritedxml : XML
INodeProxy
Public Methods
 MethodDefined By
 Inherited
IExtendable
 Inherited
IExtendable
 Inherited
getAllExtensionsByNS(nameSpace:String):Array
IExtendable
 Inherited
getAttribute(name:String):String
IXMLStanza
 Inherited
getField(name:String):String
IXMLStanza
 Inherited
removeAllExtensions(nameSpace:String):void
IExtendable
 Inherited
removeExtension(extension:IExtension):Boolean
IExtendable
 Inherited
setAttribute(name:String, value:String):void
IXMLStanza
 Inherited
setField(name:String, value:String):void
IXMLStanza
 Inherited
toString():String
IXMLStanza
Property Detail
priorityproperty
priority:int


Implementation
    public function get priority():int
    public function set priority(value:int):void
showproperty 
show:String


Implementation
    public function get show():String
    public function set show(value:String):void
statusproperty 
status:String


Implementation
    public function get status():String
    public function set status(value:String):void
timeproperty 
time:Date  [read-only]


Implementation
    public function get time():Date