@converse/headless
Advanced tools
Changelog
10.1.6 (2023-08-31)
Adding more types of chats:
Previously the overrides
functionality of pluggable.js
was used to
override
the model
function on the ChatBoxes
collection, so that
different types of chatboxes could be created (e.g. MUC, ChatBox, Feed).
This has been replaced with a registry, api.chatboxes.registry
.
Use api.chatboxes.registry.add(type, model)
to add a new type of chatbox to
the collection.
Then when api.chatboxes.create(attrs, options)
is called, the right type of
chatbox will be created if attrs.type
is the type
in the registry.
Changelog
10.1.5 (2023-06-29)
converse
global with bootstrap modal API.po
translation files weren't included in previous releaseChangelog
10.1.3 (2023-06-23)
Add the ability to set roles and affiliations via the MUC occupant modal
Fix isOnlyEmojis is not a function
when using only @converse/headless
Fix autojoin
checkbox state in MUC bookmark form
Remove call to api.confirm
in @converse/headless
Generate TypeScript declaration files into dist/types
Removed documentation about the no longer implemented fullname
option.
Updated translations
#3123: Contacts do not show up online until chat is opened with them.
#3156: Add function to prevent drag stutter effect over iframes when resize is called in overlay mode
#3165: Use configured nickname in profile view in the control box
New config option stanza_timeout
Changelog
10.1.2 (2023-02-17)
Changelog
10.1.1 (2023-02-15)
Changelog
10.1.0 (2023-01-07)
#326: Add the ability to reset your password
#2759: Don't automatically log in again if the user manually logged out
#2816: Chat highlight behaves odd
#2925: File upload is not always enabled
#3001: Add option to save SCRAM details and to use them to stay logged in upon reload
Add a "Add to Contacts" button in MUC occupant modals
Updated translations and add support for Uyghur
New config option reuse_scram_keys
Changelog
10.0.0 (2022-10-30)
geo:
URIs in sent messagesallow_chat_pending_contacts
config option.subscription
set to none
converse-carbons
plugin and make carbons part of the converse-chat
plugin.message_carbons
configuration setting. Carbons are now always enabled.converse-oauth
plugin to the community-pluginsnick
attribute on ChatRoom when user nickname changeshide_open_bookmarks
config setting has been removed.Changelog
9.1.1 (2022-05-05)
muc_domain
setting is populated via service discoveryRemove the very old and largely unused config option allow_muc
.
If you don't want MUC support, you can add 'converse-muc'
to the
blacklisted_plugins
setting.