Mention new feature, roster groups. updates #83
This commit is contained in:
parent
31decd1723
commit
0c7252f919
@ -20,6 +20,10 @@ Changelog
|
||||
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]
|
||||
* #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]
|
||||
* #130 Fixed bootstrap conflicts. [jcbrand]
|
||||
* #132 Support for `XEP-0280: Message Carbons <https://xmpp.org/extensions/xep-0280.html'>`_.
|
||||
|
@ -1001,6 +1001,18 @@ values as ``jid``, ``sid``, ``rid``.
|
||||
|
||||
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
|
||||
--------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user