|
@@ -22,6 +22,7 @@ Changelog
|
|
|
* Strophe.log and Strophe.error now uses converse.log to output messages. [gbonvehi]
|
|
|
* The API method ``chats.get`` now only returns already opened chat boxes. [jcbrand]
|
|
|
* Updated Afrikaans translations. [jcbrand]
|
|
|
+* Add new configuration setting `prebind_url <https://conversejs.org/docs/html/configuration.html#prebind-url>`_ [jcbrand]
|
|
|
|
|
|
0.8.6 (2014-12-07)
|
|
|
------------------
|
|
@@ -76,7 +77,7 @@ Changelog
|
|
|
|
|
|
* Converse.js now has the ability to maintain sessions across page loads.
|
|
|
Previously, the session tokens had to be handled externally and passed in.
|
|
|
- See the `keepalive <https://conversejs.org/docs/html/index.html#keepalive>`_ configuration setting. [jcbrand]
|
|
|
+ See the `keepalive <https://conversejs.org/docs/html/configuration.html#keepalive>`_ configuration setting. [jcbrand]
|
|
|
* Allow changing of nickname in a chat room via /nick command. [jcbrand]
|
|
|
* Allow a chat room user to be muted or unmuted with the /mute and /voice commands. [jcbrand]
|
|
|
* Add a chat room toolbar button for toggling the list of participants. [jcbrand]
|
|
@@ -107,7 +108,7 @@ Changelog
|
|
|
|
|
|
.. note::
|
|
|
1. Converse.js is now relicensed under the `Mozilla Public License <http://www.mozilla.org/MPL/2.0/>`_.
|
|
|
- 2. Configuration options for the chat toolbar have changed. Please refer to the `relevant documentation <http://devbox:8890/docs/html/index.html#visible-toolbar-buttons>`_.
|
|
|
+ 2. Configuration options for the chat toolbar have changed. Please refer to the `relevant documentation <http://devbox:8890/docs/html/configuration.html#visible-toolbar-buttons>`_.
|
|
|
3. This release has reduced support for IE8 (some features won't work).
|
|
|
4. Events have been renamed to remove "on" prefix (sorry for any inconvenience).
|
|
|
|
|
@@ -116,7 +117,7 @@ Changelog
|
|
|
* Add a new toolbar button for clearing chat messages. [jcbrand]
|
|
|
* Chat boxes and rooms can now be resized vertically. [jcbrand]
|
|
|
* Upgraded dependencies to their latest versions. [jcbrand]
|
|
|
-* Add new configuration setting `forward_messages <https://conversejs.org/docs/html/index.html#forward_messages>`_
|
|
|
+* Add new configuration setting `forwarded_messages <https://conversejs.org/docs/html/configuration.html#forwarded-messages>`_
|
|
|
Message forwarding was before a default behavior but is now optional (and disabled by default). [jcbrand]
|
|
|
* Newly opened chat boxes always appear immediately left of the controlbox. [jcbrand]
|
|
|
* #71 Chat boxes and rooms can be minimized. [jcbrand]
|
|
@@ -127,7 +128,7 @@ Changelog
|
|
|
* #123 Show converse.js in the resource assigned to a user. [jcbrand]
|
|
|
* #130 Fixed bootstrap conflicts. [jcbrand]
|
|
|
* #132 Support for `XEP-0280: Message Carbons <https://xmpp.org/extensions/xep-0280.html'>`_.
|
|
|
- Configured via `message_carbons <https://conversejs.org/docs/html/index.html#message_carbons>`_ [hejazee]
|
|
|
+ Configured via `message_carbons <https://conversejs.org/docs/html/configuration.html#message-carbons>`_ [hejazee]
|
|
|
* #176 Add support for caching in sessionStorage as opposed to localStorage. [jcbrand]
|
|
|
* #180 RID and SID undefined [g8g3]
|
|
|
* #191 No messages history [heban]
|