|
@@ -118,6 +118,8 @@ allow_bookmarks
|
|
Enables/disables chatroom bookmarks functionality.
|
|
Enables/disables chatroom bookmarks functionality.
|
|
This setting is only applicable if the ``converse-bookmarks`` plugin is loaded.
|
|
This setting is only applicable if the ``converse-bookmarks`` plugin is loaded.
|
|
|
|
|
|
|
|
+See also: `allow_public_bookmarks`_
|
|
|
|
+
|
|
allow_chat_pending_contacts
|
|
allow_chat_pending_contacts
|
|
---------------------------
|
|
---------------------------
|
|
|
|
|
|
@@ -190,6 +192,24 @@ allow_otr
|
|
|
|
|
|
Allow Off-the-record encryption of single-user chat messages.
|
|
Allow Off-the-record encryption of single-user chat messages.
|
|
|
|
|
|
|
|
+allow_public_bookmarks
|
|
|
|
+----------------------
|
|
|
|
+
|
|
|
|
+* Default: ``false``
|
|
|
|
+
|
|
|
|
+Some XMPP servers don't support private PEP/PubSub nodes, as required for
|
|
|
|
+private bookmarks and outlined in `XEP-0223 <https://xmpp.org/extensions/xep-0223.html>`_.
|
|
|
|
+
|
|
|
|
+Even though Converse.js asks for the bookmarks to be kept private (via the
|
|
|
|
+`<publish-options>` XML node), the server simply ignores the privacy settings
|
|
|
|
+and publishes the node contents under the default privacy setting, which makes
|
|
|
|
+the information available to all roster contacts.
|
|
|
|
+
|
|
|
|
+If your your XMPP server does not support `XEP-0223`'s ``#publish-options``
|
|
|
|
+feature and you don't mind that your room bookmarks are visible to all
|
|
|
|
+contacts, then you can set this setting to ``true``. Otherwise you won't be
|
|
|
|
+able to have any room bookmarks at all for an account on that XMPP server.
|
|
|
|
+
|
|
allow_registration
|
|
allow_registration
|
|
------------------
|
|
------------------
|
|
|
|
|