preferences: add rendezVous point

Change-Id: I5db81853e1d92c8124b6553d1dc8fab146e30f1b
diff --git a/ring-android/app/src/main/res/xml/account_prefs_jami.xml b/ring-android/app/src/main/res/xml/account_prefs_jami.xml
index 8c625f6..7b2955f 100644
--- a/ring-android/app/src/main/res/xml/account_prefs_jami.xml
+++ b/ring-android/app/src/main/res/xml/account_prefs_jami.xml
@@ -35,6 +35,13 @@
             android:key="Account.autoAnswer"
             android:persistent="false"
             android:title="@string/account_autoanswer_label" />
+        <SwitchPreference
+            android:defaultValue="false"
+            android:key="Account.rendezVous"
+            android:persistent="false"
+            android:title="@string/account_rendezvous_label"
+            android:summary="@string/account_rendezvous_summary"
+            android:icon="@drawable/baseline_group_24" />
     </androidx.preference.PreferenceCategory>
 
     <androidx.preference.PreferenceCategory android:title="@string/account_conversation_settings_title">