|
@@ -18,14 +18,15 @@
|
|
|
- Continuously retry (in 2s intervals) to fetch login credentials (via [credentials_url](https://conversejs.org/docs/html/configuration.html#credentials-url)) in case of failure
|
|
|
- Replace `moment` with [DayJS](https://github.com/iamkun/dayjs).
|
|
|
- New config option [auto_focus](https://conversejs.org/docs/html/configuration.html#auto-focus)
|
|
|
+- New config option [clear_messages_on_reconnection](https://conversejs.org/docs/html/configuration.html#clear-messages-on-reconnection)
|
|
|
- New config option [enable_smacks](https://conversejs.org/docs/html/configuration.html#enable-smacks)
|
|
|
-- New config option [muc_show_join_leave_status](https://conversejs.org/docs/html/configuration.html#muc-show-join-leave-status)
|
|
|
- New config option [message_limit](https://conversejs.org/docs/html/configuration.html#message-limit)
|
|
|
+- New config option [muc_mention_autocomplete_min_chars](https://conversejs.org/docs/html/configuration.html#muc-mention-autocomplete-min-chars)
|
|
|
+- New config option [muc_show_join_leave_status](https://conversejs.org/docs/html/configuration.html#muc-show-join-leave-status)
|
|
|
- New config option [singleton](https://conversejs.org/docs/html/configuration.html#singleton)
|
|
|
By setting this option to `false` and `view_mode` to `'embedded'`, it's now possible to
|
|
|
"embed" the full app and not just a single chat. To embed just a single chat, it's now
|
|
|
necessary to explicitly set `singleton` to `true`.
|
|
|
-- New config option [muc_mention_autocomplete_min_chars](https://conversejs.org/docs/html/configuration.html#muc-mention-autocomplete-min-chars)
|
|
|
- New event: [chatBoxBlurred](https://conversejs.org/docs/html/api/-_converse.html#event:chatBoxBlurred)
|
|
|
- New event: [chatReconnected](https://conversejs.org/docs/html/api/-_converse.html#event:chatReconnected)
|
|
|
- #316: Add support for XEP-0198 Stream Management
|