This repository has been archived on 2022-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
converse.js/src/headless
JC Brand 1fc44b9d8e Turn caps plugin into folder.
Move more test files to plugins
2021-05-11 16:18:34 +02:00
..
plugins Turn caps plugin into folder. 2021-05-11 16:18:34 +02:00
shared Turn caps plugin into folder. 2021-05-11 16:18:34 +02:00
tests Turn caps plugin into folder. 2021-05-11 16:18:34 +02:00
utils Use `@converse/openpromise` 2021-04-28 18:35:08 +02:00
README.md Fixes #1961 2020-04-13 11:45:02 +02:00
core.js Turn caps plugin into folder. 2021-05-11 16:18:34 +02:00
headless.js Turn caps plugin into folder. 2021-05-11 16:18:34 +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 Don't make bundled dependencies devDependencies 2021-04-30 14:17:46 +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/headless.js is used to determine which plugins are included in the build.