Interface org.freedesktop.Telepathy.Channel.Interface.Anonymity.DRAFT

Interface Index (Compact) | Summary | Description | Properties

Properties

AnonymityModes u (Anonymity_Mode_Flags) Read only
AnonymityMandatory b Read only
AnonymousID s Read only
WARNING: This interface is experimental and is likely to cause havoc to your API/ABI if bindings are generated. Do not include this interface in libraries that care about compatibility.
Added in 0.19.6. (draft version, not API-stable)

Description

Interface for requesting the anonymity modes of a channel (as defined in Connection.Interface.Anonymity.DRAFT).

Properties

Accessed using the org.freedesktop.DBus.Properties interface.
(Permalink)

AnonymityModes — u (Anonymity_Mode_Flags)

Read only
The list of initially requested anonymity modes on the channel. This MUST NOT change, and is Requestable.
(Permalink)

AnonymityMandatory — b

Read only
Whether or not the anonymity settings are required for this channel. This MUST NOT change, and is Requestable.
(Permalink)

AnonymousID — s

Read only

This is the ID that the remote user of the channel MAY see (assuming there's a single ID). For example, for SIP connections where the From address has been scrambled by the CM, the scrambled address would be available here for the client to see. This is completely optional, and MAY be an empty string ("") in cases where anonymity modes are not set, or the CM doesn't know what the remote contact will see, or any other case where this doesn't make sense.

This MAY change over the lifetime of the channel, and SHOULD NOT be used with the Request interface.