| Home · All Classes · All Namespaces · Modules · Functions · Files | 
#include <TelepathyQt/Types>
| Public Attributes | |
| uint | type | 
| QString | status | 
| QString | statusMessage | 
Structure type generated from the specification.
A struct representing the presence of a contact.
| uint Tp::SimplePresence::type | 
The presence type, e.g. Connection_Presence_Type_Away.
| QString Tp::SimplePresence::status | 
The string identifier of the status, e.g. "brb", as defined in the Statuses property.
| QString Tp::SimplePresence::statusMessage | 
The user-defined status message, e.g. "Back soon!".
Clients SHOULD set the status message for the local user to the empty string, unless the user has actually provided a specific message (i.e. one that conveys more information than the Status).
User interfaces SHOULD regard an empty status message as unset, and MAY replace it with a localized string corresponding to the Status or Type.
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |