blob: 592007ba4bafc1d34bb182a0c3f263c3e5dcff9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="conversation_encryption_type_entries">
<item>None</item>
<item>OpenPGP</item>
<item>Off the record</item>
</array>
<array name="conversation_encryption_type_values">
<item>none</item>
<item>pgp</item>
<item>otr</item>
</array>
</resources>
|