mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 18:57:37 +00:00
gschema: Reword confusing always-allow-sdes key description
Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/624 Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu> Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/745>
This commit is contained in:
parent
8a4e53ded4
commit
1159c5135f
1 changed files with 3 additions and 2 deletions
|
@ -28,8 +28,9 @@
|
|||
|
||||
<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>
|
||||
<summary>Allow insecure crypto key exchange for encrypted media.</summary>
|
||||
<description>Set to true if you want to allow keys to be exchangable in cleartext,
|
||||
otherwise you must set the TLS transport.</description>
|
||||
</key>
|
||||
|
||||
</schema>
|
||||
|
|
Loading…
Reference in a new issue