You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
767 B
Plaintext
23 lines
767 B
Plaintext
4 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
|
||
|
<kcfg>
|
||
|
<kcfgfile name="kopete_otr"/>
|
||
|
<group name="Policy">
|
||
|
<entry name="rbAlways" type="Bool">
|
||
|
<label>Always encrypt outgoing messages</label>
|
||
|
<default>false</default>
|
||
|
</entry>
|
||
|
<entry name="rbOpportunistic" type="Bool">
|
||
|
<label>Automatically encrypt mesages if the other side supports OTR</label>
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
<entry name="rbManual" type="Bool">
|
||
|
<label>Encrypt mesages if the other side requests an OTR connection</label>
|
||
|
<default>false</default>
|
||
|
</entry>
|
||
|
<entry name="rbNever" type="Bool">
|
||
|
<label>Never encrypt outgoing messages</label>
|
||
|
<default>false</default>
|
||
|
</entry>
|
||
|
</group>
|
||
|
</kcfg>
|