Package | org.igniterealtime.xiff.data |
Interface | public interface IPresence extends IXMPPStanza, IXMLStanza, IExtendable, INodeProxy |
Implementors | Presence |
Property | Defined By | ||
---|---|---|---|
![]() | errorCode : int | IXMPPStanza | |
![]() | errorCondition : String | IXMPPStanza | |
![]() | errorMessage : String | IXMPPStanza | |
![]() | errorType : String | IXMPPStanza | |
![]() | from : EscapedJID | IXMPPStanza | |
![]() | id : String | IXMPPStanza | |
priority : int | IPresence | ||
show : String | IPresence | ||
status : String | IPresence | ||
time : Date [read-only] | IPresence | ||
![]() | to : EscapedJID | IXMPPStanza | |
![]() | type : String | IXMPPStanza | |
![]() | xml : XML | INodeProxy |
priority | property |
priority:int
public function get priority():int
public function set priority(value:int):void
show | property |
show:String
public function get show():String
public function set show(value:String):void
status | property |
status:String
public function get status():String
public function set status(value:String):void
time | property |
time:Date
[read-only] public function get time():Date