sip: account-widget: Add media encryption option

This option can only be set when the transport protocol is set to TLS or
the "always-allow-sdes" gsetting is used.
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-05-09 17:47:08 +02:00
parent 30148cebe3
commit aeae044534
2 changed files with 116 additions and 15 deletions

View File

@@ -183,6 +183,13 @@
<signal name="notify::selected-index" handler="on_user_changed" swapped="yes"/>
</object>
</child>
<child>
<object class="HdyComboRow" id="media_encryption">
<property name="visible">True</property>
<property name="title" translatable="yes">Media Encryption</property>
<signal name="notify::selected-index" handler="on_user_changed" swapped="yes"/>
</object>
</child>
</object>
</child>
<child>