xmpp.chapril.org-conversejs/src/headless
JC Brand 0242fdb020 Extract moderator tools functionality and put it in a component
This makes it easier for 3rd parties to embed it in other modals (besides the bootstrap modal).
2021-07-27 12:53:39 +02:00
..
api Move settings API from core.js to own file 2021-07-19 15:50:50 +02:00
plugins Extract moderator tools functionality and put it in a component 2021-07-27 12:53:39 +02:00
shared Add support for controlling (e.g. pausing, looping) gifs 2021-07-23 19:31:43 +02:00
tests Stop using the Jasmine "done" callback 2021-06-29 15:59:49 +02:00
utils Add support for controlling (e.g. pausing, looping) gifs 2021-07-23 19:31:43 +02:00
core.js Move functions out of core.js 2021-07-19 16:40:40 +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 Bump urijs to 1.19.7 2021-07-15 14:18:51 +02:00
package.json Bump urijs to 1.19.7 2021-07-15 14:18:51 +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.