xmpp.chapril.org-conversejs/src/headless
JC Brand 27a47c6ee8 fixes #3165
Use configured nickname in profile view in the control box.
Remove doc for the unimplemented `fullname` setting.
2023-06-02 07:24:37 +02:00
..
plugins fixes #3165 2023-06-02 07:24:37 +02:00
shared Start work on removing constants from _converse object 2023-03-03 17:28:26 +01:00
tests Stop using this in tests. 2022-03-09 12:44:49 +01:00
utils Start work on removing constants from _converse object 2023-03-03 17:28:26 +01:00
.npmignore Include all headless files except tests 2022-04-06 23:10:13 +02: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 Ran npm update 2023-02-15 15:00:38 +01:00
package.json Rename package module files to index.js 2023-03-03 17:28:26 +01:00
README.md Rename package module files to index.js 2023-03-03 17:28:26 +01: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/index.js is used to determine which plugins are included in the build.