Socket
Socket
Sign inDemoInstall

@converse/headless

Package Overview
Dependencies
32
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @converse/headless

Converse.js Headless build


Version published
Weekly downloads
60
increased by71.43%
Maintainers
2
Install size
13.7 MB
Created
Weekly downloads
 

Changelog

Source

10.1.6 (2023-08-31)

  • #3246: Badge color not responsive to dark theme
  • Fix a GIF rendering bug that causes a memory overflow

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.

Readme

Source

Converse Headless

Converse has a special build called the headless build.

You can generate it yourself by running make src/headless/dist/converse-headless.js in the root of the converse.js repo.

The headless build is a bundle of all the non-UI parts of Converse, and its aim is to provide you with an XMPP library (and application) on which you can build your own UI.

It's also installable with NPM/Yarn as @converse/headless.

The main distribution of Converse relies on the headless build.

The file src/headless/index.js is used to determine which plugins are included in the build.

Keywords

FAQs

Last updated on 31 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc