aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-03-14 22:40:56 +0100
committerDaniel Gultsch <daniel@gultsch.de>2014-03-14 22:40:56 +0100
commitb1a3d09ca6a4be59b57e2f7b1cdc8a245d60a858 (patch)
treeca6d7f5eafd7bbe3deff4e9ad7a1f4a9a0a77bf3 /res/xml/preferences.xml
parent4e4a767743a62d1f88814e5cf024bf983772df2c (diff)
use conference subject to identiy room
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index f47439c8..904ea07e 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -49,5 +49,10 @@
android:title="Use Phones self contact picture"
android:summary="You may no longer be able to distinguish which account you are using in a conversation"
android:defaultValue="true"/>
+ <CheckBoxPreference
+ android:key="use_subject_in_muc"
+ android:title="Conference Name"
+ android:summary="Use room’s subject to identify Conferences"
+ android:defaultValue="true"/>
</PreferenceCategory>
</PreferenceScreen>