# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1447671491 -3600
# Node ID f4a0b12d2442062b3ee6a95234b81984f8a40b4a
# Parent  1378ec04380fdff18f2e500291e6ef762bd0d033
core (params): removed resource from default JabberID (example value), as it is best practive to have resource binded by server. Advanced used can force it if needed though.

diff -r 1378ec04380f -r f4a0b12d2442 src/memory/params.py
--- a/src/memory/params.py	Mon Nov 16 09:25:05 2015 +0100
+++ b/src/memory/params.py	Mon Nov 16 11:58:11 2015 +0100
@@ -53,7 +53,7 @@
             <param name="%(show_empty_groups)s" label="%(show_empty_groups_label)s" value="true" type="bool" security="0" />
         </category>
         <category name="Connection" label="%(category_connection)s">
-            <param name="JabberID" value="name@example.org/SàT" type="string" security="0" />
+            <param name="JabberID" value="name@example.org" type="string" security="0" />
             <param name="Password" value="" type="password" />
             <param name="Priority" value="50" type="int" constraint="-128;127"/>
             <param name="%(force_server_param)s" value="" type="string" />