ConnectionPresenceType
Description:
[ CCode ( cprefix = "TP_CONNECTION_PRESENCE_TYPE_" , has_type_id = false ) ]
public enum ConnectionPresenceType
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- AVAILABLE -
Available
- AWAY - Away
- BUSY - Busy,
Do Not Disturb.
- ERROR -
Error, an error occurred while trying to determine presence.
- EXTENDED_AWAY -
Away for an extended time
- HIDDEN -
Hidden (invisible)
- OFFLINE -
Offline
- UNKNOWN -
Unknown, unable to determine presence for this contact, for example if the protocol only allows presence of subscribed
contacts.
- UNSET - An
invalid presence type used as a null value.