Interface Channel.Interface.Anonymity

Interface Index (Compact) | Summary | Description | Properties

Properties

AnonymityModes u (Anonymity_Mode_Flags) Read only
AnonymityMandatory b Read only
AnonymousID s Read only
Added in 0.19.7. (as stable API)

Description

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

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.