xmpp.chapril.org-conversejs/src/headless
2023-02-17 11:56:30 +01:00
..
plugins XEP-0437 MUC RAI fixes 2023-02-16 14:25:24 +01:00
shared XML stanza parsing fixes 2023-02-14 11:50:38 +01:00
tests Stop using this in tests. 2022-03-09 12:44:49 +01:00
utils Rename all templates to camelCase 2023-02-15 14:29:07 +01:00
.npmignore Include all headless files except tests 2022-04-06 23:10:13 +02:00
core.js Release 10.1.2 2023-02-17 11:56:30 +01:00
headless.js Move adhoc plugin into own directory with separate files 2023-02-14 11:51:35 +01:00
log.js Move adhoc plugin into own directory with separate files 2023-02-14 11:51:35 +01:00
package-lock.json Ran npm update 2023-02-15 15:00:38 +01:00
package.json Release 10.1.2 2023-02-17 11:56:30 +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.