AccessControlType
Description:
[ CCode ( cprefix = "TP_ACCESS_CONTROL_TYPE_" , has_type_id = false ) ]
public enum AccessControlType
A type for communication access control.
These control policies are used in CommunicationPolicy.DRAFT as well as most rich presence interfaces.
New interfaces should use this type, and NOT Rich_Presence_Access_Control_Type.
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- CLOSED - Forbid
all contacts.
- GROUP - Only allow
contacts that are in a certain group.
- NOT_UNDERSTOOD -
The access control rule is too complex to be represented in the current Telepathy API.
- OPEN - Allow all
contacts.
- PUBLISH_LIST -
Allow contacts in the user's 'publish' list.
- SUBSCRIBE_OR_PUBLISH_LIST -
Allow all contacts in the user's 'subscribe' or 'publish' list.
- WHITELIST -
Only allow contacts that are in a certain whitelist.