comparison src/memory/params.py @ 1611:f4a0b12d2442

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.
author Goffi <goffi@goffi.org>
date Mon, 16 Nov 2015 11:58:11 +0100
parents a3d0cfa5b7a6
children 7e749e8eefd0
comparison
equal deleted inserted replaced
1610:1378ec04380f 1611:f4a0b12d2442
51 <param name="%(history_param)s" label="%(history_label)s" value="20" constraint="0;100" type="int" security="0" /> 51 <param name="%(history_param)s" label="%(history_label)s" value="20" constraint="0;100" type="int" security="0" />
52 <param name="%(show_offline_contacts)s" label="%(show_offline_contacts_label)s" value="false" type="bool" security="0" /> 52 <param name="%(show_offline_contacts)s" label="%(show_offline_contacts_label)s" value="false" type="bool" security="0" />
53 <param name="%(show_empty_groups)s" label="%(show_empty_groups_label)s" value="true" type="bool" security="0" /> 53 <param name="%(show_empty_groups)s" label="%(show_empty_groups_label)s" value="true" type="bool" security="0" />
54 </category> 54 </category>
55 <category name="Connection" label="%(category_connection)s"> 55 <category name="Connection" label="%(category_connection)s">
56 <param name="JabberID" value="name@example.org/SàT" type="string" security="0" /> 56 <param name="JabberID" value="name@example.org" type="string" security="0" />
57 <param name="Password" value="" type="password" /> 57 <param name="Password" value="" type="password" />
58 <param name="Priority" value="50" type="int" constraint="-128;127"/> 58 <param name="Priority" value="50" type="int" constraint="-128;127"/>
59 <param name="%(force_server_param)s" value="" type="string" /> 59 <param name="%(force_server_param)s" value="" type="string" />
60 <param name="%(force_port_param)s" value="" type="int" constraint="1;65535" /> 60 <param name="%(force_port_param)s" value="" type="int" constraint="1;65535" />
61 <param name="NewAccount" label="%(new_account_label)s" type="button" callback_id="registerNewAccount"/> 61 <param name="NewAccount" label="%(new_account_label)s" type="button" callback_id="registerNewAccount"/>