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 994e528b45 Bugfix. Properly escape | character in mentioned nicknames 2021-05-19 14:47:20 +02:00
..
plugins Bugfix. Properly escape | character in mentioned nicknames 2021-05-19 14:47:20 +02:00
shared Use lodash-es everywhere 2021-05-12 12:14:28 +02:00
tests Bugfix. Can't call `tagName` on a Strophe.Builder object 2021-05-13 14:41:44 +02:00
utils Bugfix. Properly escape | character in mentioned nicknames 2021-05-19 14:47:20 +02:00
README.md Fixes #1961 2020-04-13 11:45:02 +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

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.