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

This commit is contained in:
JC Brand 2014-12-06 19:05:27 +01:00
parent 20e15b5623
commit f893e94312
2 changed files with 4 additions and 0 deletions

View File

@ -239,16 +239,19 @@
hide_muc_server: false,
hide_offline_users: false,
i18n: locales.en,
jid: undefined,
keepalive: false,
message_carbons: false,
no_trimming: false, // Set to true for phantomjs tests (where browser apparently has no width)
play_sounds: false,
prebind: false,
providers_link: 'https://xmpp.net/directory.php', // Link to XMPP providers shown on registration page
rid: undefined,
roster_groups: false,
show_controlbox_by_default: false,
show_only_online_users: false,
show_toolbar: true,
sid: undefined,
storage: 'session',
use_otr_by_default: false,
use_vcards: true,

View File

@ -6,6 +6,7 @@ Changelog
* Bugfix. Login panel didn't appear under certain conditions. [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)
------------------