summaryrefslogtreecommitdiffstats
path: root/src/kopete_otr.kcfg
blob: 1db6935bd9a03eab10b8b547d118e02221828d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>