xmpp.chapril.org-conversejs/src/headless
2021-06-23 12:02:47 +02:00
..
plugins converse-roster: dedupe group names 2021-06-23 12:02:47 +02:00
shared Move trigger out of while loop 2021-06-18 10:21:03 +02:00
tests Fix failing tests on Travis 2021-06-23 10:52:32 +02:00
utils Use intersection observer to remember scrolling position 2021-06-03 18:24:55 +02:00
core.js BUgfix. undefined used as store prefix 2021-06-11 16:53:19 +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 Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00
package.json Add dayjs as dependency to @converse/headless 2021-06-16 14:47:34 +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.