RichPresenceAccessControlType
Description:
[ CCode ( cprefix = "TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_" , has_type_id = false ) ]
public enum RichPresenceAccessControlType
A type of access control for Rich_Presence_Access_Control.
For most types, the exact access control is given by an associated variant. These are the access
control types from XMPP publish/subscribe (XEP-0060). Location uses this for historical reasons, new
interfaces will use Access_Control_Type.
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- GROUP -
The associated variant is a handle of type Group (signature 'u', Group_Handle) representing a group of contacts who can see
the extended presence information.
- OPEN -
Anyone with access to the service can see the extended presence information.
- PUBLISH_LIST -
All contacts in the user's 'publish' contact list can see the extended presence
information.
- WHITELIST -
The associated variant is a list of contacts (signature 'au', Contact_Handle[]) who can see the extended presence
information.