Commit f893e943 authored by JC Brand's avatar JC Brand

rid, jid and sid weren't being set. fixes #285

parent 20e15b56
...@@ -239,16 +239,19 @@ ...@@ -239,16 +239,19 @@
hide_muc_server: false, hide_muc_server: false,
hide_offline_users: false, hide_offline_users: false,
i18n: locales.en, i18n: locales.en,
jid: undefined,
keepalive: false, keepalive: false,
message_carbons: false, message_carbons: false,
no_trimming: false, // Set to true for phantomjs tests (where browser apparently has no width) no_trimming: false, // Set to true for phantomjs tests (where browser apparently has no width)
play_sounds: false, play_sounds: false,
prebind: false, prebind: false,
providers_link: 'https://xmpp.net/directory.php', // Link to XMPP providers shown on registration page providers_link: 'https://xmpp.net/directory.php', // Link to XMPP providers shown on registration page
rid: undefined,
roster_groups: false, roster_groups: false,
show_controlbox_by_default: false, show_controlbox_by_default: false,
show_only_online_users: false, show_only_online_users: false,
show_toolbar: true, show_toolbar: true,
sid: undefined,
storage: 'session', storage: 'session',
use_otr_by_default: false, use_otr_by_default: false,
use_vcards: true, use_vcards: true,
......
...@@ -6,6 +6,7 @@ Changelog ...@@ -6,6 +6,7 @@ Changelog
* Bugfix. Login panel didn't appear under certain conditions. [jcbrand] * Bugfix. Login panel didn't appear under certain conditions. [jcbrand]
* Text on the registration form was not configurable or i18n aware. [jcbrand] * Text on the registration form was not configurable or i18n aware. [jcbrand]
* #285 With prebind the jid, rid and sid settings were ignored. [jcbrand]
0.8.5 (2014-12-01) 0.8.5 (2014-12-01)
------------------ ------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment