xmpp.chapril.org-conversejs/src/headless
JC Brand 82a8c3f9fc Release 10.1.6 2023-08-31 21:30:48 +02:00
..
plugins Fixes #3123: Contacts do not show up online until chat is opened with them. 2023-06-09 20:37:27 +02:00
shared Release 10.1.6 2023-08-31 21:30:48 +02:00
tests Stop using `this` in tests. 2022-03-09 12:44:49 +01:00
utils Fixes #3123: Contacts do not show up online until chat is opened with them. 2023-06-09 20:37:27 +02:00
.npmignore Include all headless files except tests 2022-04-06 23:10:13 +02:00
README.md Rename package `module` files to `index.js` 2023-03-03 17:28:26 +01:00
core.js Move private API to own file 2023-02-26 18:10:01 +01:00
index.js Rename package `module` files to `index.js` 2023-03-03 17:28:26 +01:00
log.js Experimenting with avoiding importing the `converse` global 2023-03-03 17:28:26 +01:00
package-lock.json Bump dayjs from 1.11.6 to 1.11.8 (#3172) 2023-06-07 12:47:13 +02:00
package.json Release 10.1.6 2023-08-31 21:30:48 +02:00

README.md

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.