You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#721 keepalive not working with anonymous authentication [jcbrand]
#723 Bugfix: Arrays in configuration settings were ignored. [jcbrand]
#734 Bugfix. converse.rooms.open ignored the muc_nickname_from_jid setting. [jcbrand]
Enable new rooms to be configured automatically, with a default config, via rooms.open.
For details, refer to the relevant documentation [jcbrand]
Bugfix: Chatboxes aren't closed when logging out. [jcbrand]
Bugfix: Trying to save data on the ControlBox model before ChatBoxes
collection has its browserStorage configured.
Causes Error: A "url" property or function must be specified. [jcbrand]
Don't open the controlbox on contact requests. [jcbrand]
Bugfix: Reconnection fails when original connection was never established. [jcbrand]
If a credentials_url is provided, then keep on attempting to reconnect when connection is down. [jcbrand]
Remove (undocumented) callback config parameter for converse.initialize.
Instead, converse.initialize returns a promise which will resolve once
initialization is complete. [jcbrand]