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
52
increased by48.57%
Maintainers
2
Created
Weekly downloads
 

Changelog

Source

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

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 23 Jun 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