1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-14 17:19:27 +00:00
Purism-Calls/data/org.gnome.Calls.gschema.xml
Evangelos Ribeiro Tzaras 30148cebe3 schema: Add setting allowing to use SDES
Key exchanges in SDES can only be done securely with TLS and the option
is disabled by default if not using TLS as the transport protocol.

This setting allows to override this behaviour if the user desires
it (f.e. if the user considers the network his packets go through to be trusted).
2022-05-24 22:48:59 +02:00

37 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="purism-calls">
<schema id="org.gnome.Calls" path="/org/gnome/Calls/">
<key name="auto-use-default-origins" type="b">
<default>true</default>
<summary>Whether calls should automatically use the default origin</summary>
<description>Whether calls should automatically use the default origin</description>
</key>
<key name="country-code" type="s">
<default>''</default>
<summary>The country code as reported by the modem</summary>
<description>The country code is used for contact name lookup</description>
</key>
<key name="autoload-plugins" type="as">
<default>["mm", "sip"]</default>
<summary>The plugins to load automatically</summary>
<description>These plugins will be automatically loaded on application startup.</description>
</key>
<key name="preferred-audio-codecs" type="as">
<default>["G722", "PCMA", "PCMU", "GSM"]</default>
<summary>Audio codecs to use for VoIP calls in order of preference</summary>
<description>The preferred audio codecs to use for VoIP calls (if available)</description>
</key>
<key name="always-allow-sdes" type="b">
<default>false</default>
<summary>Whether to allow using SDES for SRTP without TLS as the transport</summary>
<description>Set to true if you want to allow with keys exchanged in cleartext.</description>
</key>
</schema>
</schemalist>