xmpp.chapril.org-conversejs/src/headless
2021-06-04 12:59:52 +02:00
..
plugins Merge branch 'jcbrand/declarative-scrolling' 2021-06-04 12:59:52 +02:00
shared Move decodeHTMLEntities util into headless 2021-06-03 19:23:49 +02:00
tests Bugfix. Can't call tagName on a Strophe.Builder object 2021-05-13 14:41:44 +02:00
utils Use intersection observer to remember scrolling position 2021-06-03 18:24:55 +02:00
core.js Bugfix. Can't call tagName on a Strophe.Builder object 2021-05-13 14:41:44 +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 Upgrade pluggable.js and skeletor 2021-05-12 12:13:10 +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.