@converse/headless
Advanced tools
Changelog
7.0.0 (2020-11-18)
Note for plugin authors:
configuration settings should now be accessed via _converse.api.settings.get
and not directly on the _converse
object.
Soon we'll deprecate the latter, so prepare now.
muc_roomid_policy_hint
use_system_emojis == false
displayed
chat markeruse_system_emojis == false
(again).locked_muc_domain
truthy or 'hidden'
muc_show_join_leave
to muc_show_info_messages
. Now accepts a list of events to show instead of a boolean.muc_hats_from_vcard
to muc_hats. Now accepts a list instead of a boolean and allows for more flexible choices regarding user badges.overrides
object in plugins.trusted
configuration setting has been removed in favor of two new settings:
allow_user_trust_override
clear_cache_on_logoutpersistent_store
setting can now also be set to sessionStorage
api.archive.query
method no longer accepts an RSM instance as argument.converse-uniview
has been removed and its functionality merged into converse-chatboxviews
api.settings.update
has been deprecated in favor of api.settings.extend
.api.user.status
namespace are now asynchronous and need to be await
ed.export BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown" && make dist
muc_show_join_leave_status
. The optional status message is no longer shown at all.true
).true
.Changelog
5.0.5 (2019-11-20)
online
users, show all non-offline users.Changelog
5.0.3 (2019-09-13)
chatBoxFocused
and chatBoxBlurred
events for emoji picker inputChangelog
5.0.2 (2019-09-11)
po
translations files are now loaded via Webpack. As a result the locales_url
config option is now removed given that the path to the locale JSON files is now
determined by the webpack config and can't be changed at runtime.converse.emojis.js
.publicPath
set to /dist/
. This is necessary
so that chunks (such as the emojis and locales JSON files) can be fetched asynchronously.
This means that all your assets need to be served at /dist
. If you need to set a
different path, you'll need to set publicPath
in webpack.config.js
to
your preferred path and then rebuild all assets (e.g. make dist
).listenTo
to avoid memory leaks when views get removed.chat
messages not sent from yourselfTypeError: oldest_message is undefined
this.roomspanel
is undefined
after hibernatingChangelog
5.0.1 (2019-08-14)
/modtools
in a MUC.ping
within 10 seconds.TypeError: o.getAttribute is not a function converse-chatview.js
(can cause messages to not appear).Changelog
4.2.0 (2019-04-04)
Note: This release introduces a hard requirement on MAM:2, specifically the requirement that the MAM archive ID matches the XEP-0359 stanza-id. Patches intended to make Converse work with MAM:1 will cause problems and unexpected behaviour due to the above requirement, which is not met with MAM:1. This will affect OpenFire users who use the monitoring plugin version 1.7.0 and below. You're advised to stay on Converse version 4.1.2 until an update to that plugin has been released.
/#converse?debug=true
nickname
passed in via _converse.initialize
has first preference as MUC nicknamexhr_user_search_url
, contact requests are not being sent out@converse/headless
true
.add-xmpp-contact__jid
via CSS.Changelog
4.1.2 (2019-02-22)
TypeError: e.devicelists is undefined
when unchecking the "trusted device" checkboxChangelog
4.1.1 (2019-02-18)
stanza-id
and origin-id
elements.subject
as a topic change.muc_show_join_leave
optionChangelog
4.1.0 (2019-01-11)
body
publish-options
with pubsub#access_model
set to open
when publishing OMEMO public keys and devicesconverse-pubsub
plugin, for generic PubSub operationsvcard-temp:x:update
send_chat_state_notifications
doesn't work in MUCsview_mode
between page reloads/destroy