You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split converse.js up into different plugin modules. [jcbrand]
Better Sass/CSS for responsive/mobile views. New mobile-only build. [jcbrand]
Roster contacts can now be filtered by chat state and roster filters are
remembered across page loads. [jcbrand]
Add support for messages with type headline, often used for notifications
from the server. [jcbrand]
Add stanza-specific event listener converse.listen.stanza.
As a result converse.listen.on('message'); has been deprecated, use converse.stanza.on('message'); instead. [jcbrand]
Emit an event chatBoxInitialized once a chat box's initialize method has been called. [jcbrand]
Emit an event statusInitialized once the user's own status has been initialized upon startup. [jcbrand]