xmpp.chapril.org-conversejs/src/headless
2023-01-17 12:41:48 +01:00
..
plugins Fixes based on Github's code scanning results 2022-12-28 21:14:15 +01:00
shared Add Uyghur 2023-01-02 09:45:04 +01:00
tests Stop using this in tests. 2022-03-09 12:44:49 +01:00
utils Move functions out of src/headless/core.js into utils 2022-12-28 21:36:40 +01:00
.npmignore Include all headless files except tests 2022-04-06 23:10:13 +02:00
core.js Release 10.1.0 2023-01-07 21:14:22 +01:00
headless.js Refactoring of the headlines plugins 2022-05-13 16:49:45 +02:00
log.js Fix infinite loop in service discovery 2022-04-22 09:39:47 +02:00
package-lock.json Run npm update 2023-01-17 12:41:48 +01:00
package.json Configure Webpack to make @converse/headless a library 2023-01-17 12:33:08 +01: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.