Mention new feature, roster groups. updates #83
This commit is contained in:
parent
31decd1723
commit
0c7252f919
@ -20,10 +20,14 @@ Changelog
|
|||||||
Message forwarding was before a default behavior but is now optional (and disabled by default). [jcbrand]
|
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]
|
* Newly opened chat boxes always appear immediately left of the controlbox. [jcbrand]
|
||||||
* #71 Chat boxes and rooms can be minimized. [jcbrand]
|
* #71 Chat boxes and rooms can be minimized. [jcbrand]
|
||||||
|
* #83 Roster contacts can be shown according to their groups. [jcbrand]
|
||||||
|
Note: Converse.js can show users under groups if you have assigned them
|
||||||
|
already via another client or server configuration. There is not yet a way
|
||||||
|
to assign contacts to groups from within converse.js itself.
|
||||||
* #123 Show converse.js in the resource assigned to a user. [jcbrand]
|
* #123 Show converse.js in the resource assigned to a user. [jcbrand]
|
||||||
* #130 Fixed bootstrap conflicts. [jcbrand]
|
* #130 Fixed bootstrap conflicts. [jcbrand]
|
||||||
* #132 Support for `XEP-0280: Message Carbons <https://xmpp.org/extensions/xep-0280.html'>`_.
|
* #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/index.html#message_carbons>`_ [hejazee]
|
||||||
* #176 Add support for caching in sessionStorage as opposed to localStorage. [jcbrand]
|
* #176 Add support for caching in sessionStorage as opposed to localStorage. [jcbrand]
|
||||||
* #180 RID and SID undefined [g8g3]
|
* #180 RID and SID undefined [g8g3]
|
||||||
* #191 No messages history [heban]
|
* #191 No messages history [heban]
|
||||||
|
@ -1001,6 +1001,18 @@ values as ``jid``, ``sid``, ``rid``.
|
|||||||
|
|
||||||
Additionally, you have to specify ``bosh_service_url``.
|
Additionally, you have to specify ``bosh_service_url``.
|
||||||
|
|
||||||
|
roster_groups
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Default: ``false``
|
||||||
|
|
||||||
|
If set to ``true``, converse.js will show any roster groups you might have
|
||||||
|
configured.
|
||||||
|
|
||||||
|
.. Note ::
|
||||||
|
It's currently not possible to use converse.js to assign contacts to groups.
|
||||||
|
Converse.js can only show users and groups that were previously configured
|
||||||
|
elsewhere.
|
||||||
|
|
||||||
show_controlbox_by_default
|
show_controlbox_by_default
|
||||||
--------------------------
|
--------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user