|
@@ -1592,30 +1592,6 @@ For example:
|
|
|
Valid values are ``'active', 'composing', 'gone' 'inactive', 'paused'``
|
|
|
|
|
|
|
|
|
-show_images_inline
|
|
|
-------------------
|
|
|
-
|
|
|
-* Default: ``true``
|
|
|
-
|
|
|
-If set to false, images won't be rendered in chats, instead only their links will be shown.
|
|
|
-
|
|
|
-
|
|
|
-singleton
|
|
|
----------
|
|
|
-
|
|
|
-* Default: ``false``
|
|
|
-
|
|
|
-If set to ``true``, then only one chat (one-on-one or groupchat) will be allowed.
|
|
|
-
|
|
|
-The chat must be specified with the `auto_join_rooms`_ or `auto_join_private_chats`_ options.
|
|
|
-
|
|
|
-This setting is useful together with `view_mode`_ set to ``embedded``, when you
|
|
|
-want to embed a chat into the page.
|
|
|
-
|
|
|
-Alternatively you could use it with `view_mode`_ set to ``overlayed`` to create
|
|
|
-a single helpdesk-type chat.
|
|
|
-
|
|
|
-
|
|
|
show_chat_state_notifications
|
|
|
-----------------------------
|
|
|
|
|
@@ -1669,6 +1645,23 @@ not fulfilled.
|
|
|
|
|
|
Requires the `src/converse-notification.js` plugin.
|
|
|
|
|
|
+
|
|
|
+show_message_avatar
|
|
|
+-------------------
|
|
|
+
|
|
|
+* Default: ``true``
|
|
|
+
|
|
|
+Whether chat messages should also render the author's avatar.
|
|
|
+
|
|
|
+
|
|
|
+show_images_inline
|
|
|
+------------------
|
|
|
+
|
|
|
+* Default: ``true``
|
|
|
+
|
|
|
+If set to ``false``, images won't be rendered in chats, instead only their links will be shown.
|
|
|
+
|
|
|
+
|
|
|
show_retraction_warning
|
|
|
-----------------------
|
|
|
|
|
@@ -1698,6 +1691,24 @@ Adds a button to the chat which can be clicked or tapped in order to send the
|
|
|
message.
|
|
|
|
|
|
|
|
|
+singleton
|
|
|
+---------
|
|
|
+
|
|
|
+* Default: ``false``
|
|
|
+
|
|
|
+If set to ``true``, then only one chat (one-on-one or groupchat) will be allowed.
|
|
|
+
|
|
|
+The chat must be specified with the `auto_join_rooms`_ or `auto_join_private_chats`_ options.
|
|
|
+
|
|
|
+This setting is useful together with `view_mode`_ set to ``embedded``, when you
|
|
|
+want to embed a chat into the page.
|
|
|
+
|
|
|
+Alternatively you could use it with `view_mode`_ set to ``overlayed`` to create
|
|
|
+a single helpdesk-type chat.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
smacks_max_unacked_stanzas
|
|
|
--------------------------
|
|
|
|