public interface PresenceView extends StanzaView
| Modifier and Type | Method and Description |
|---|---|
Presence.Mode |
getMode()
Returns the mode of the presence update.
|
int |
getPriority()
Returns the priority of the presence.
|
byte |
getPriorityByte()
Returns the priority of the presence.
|
java.lang.String |
getStatus()
Returns the status message of the presence update, or
null if there
is not a status. |
Presence.Type |
getType()
Returns the type of this presence stanza.
|
getError, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getFrom, getStanzaId, getTo, hasExtension, hasExtension, hasExtensiongetLanguagePresence.Type getType()
java.lang.String getStatus()
null if there
is not a status. The status is free-form text describing a user's presence
(i.e., "gone to lunch").int getPriority()
byte getPriorityByte()
Presence.Mode getMode()