Package | org.igniterealtime.xiff.data |
Interface | public interface IPresence extends IXMPPStanza, IXMLStanza, INodeProxy, IExtendable, ISerializable |
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 | ||
![]() | to : EscapedJID | IXMPPStanza | |
![]() | type : String | IXMPPStanza |
priority | property |
priority:int
[read-write]Implementation
public function get priority():int
public function set priority(value:int):void
show | property |
show:String
[read-write]Implementation
public function get show():String
public function set show(value:String):void
status | property |
status:String
[read-write]Implementation
public function get status():String
public function set status(value:String):void