xmpp.chapril.org-conversejs/src/headless
2021-07-01 14:35:48 +02:00
..
plugins Add XEP-0454 support for encrypting files 2021-07-01 14:35:48 +02:00
shared Move trigger out of while loop 2021-06-18 10:21:03 +02:00
tests Stop using the Jasmine "done" callback 2021-06-29 15:59:49 +02:00
utils Add support for decrypting XEP-0454 OMEMO media 2021-06-25 09:24:18 +02:00
core.js Fix memory leak in sessionStorage 2021-06-29 11:20:50 +02:00
headless.js Turn status plugin into folder 2021-05-11 17:04:15 +02:00
log.js Work on turning chat views into custom elements 2021-02-09 15:48:21 +01:00
package-lock.json Update more 3rd party deps 2021-06-29 13:00:36 +02:00
package.json Update more 3rd party deps 2021-06-29 13:00:36 +02:00
README.md Fixes #1961 2020-04-13 11:45:02 +02:00

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/headless.js is used to determine which plugins are included in the build.