xmpp.chapril.org-conversejs/src/headless
JC Brand b439ae1cc4 Bugfix. Don't set fake nick...
when creating occupant from affiliation change stanza.

This means that when a presence for that occupant arrives, a duplicate
occupant is created (presumably because the original can't be find due
to the wrong nick being set).
2021-04-14 18:02:41 +02:00
..
plugins Bugfix. Don't set fake nick... 2021-04-14 18:02:41 +02:00
shared Add support for more languages, 'da', 'sw', 'th' 2021-03-17 10:20:19 +01:00
utils Move the httpToGeoUri util into core 2021-03-25 09:08:39 +01:00
core.js Split core.js file into multiple smaller ones 2021-03-09 14:11:28 +01:00
headless.js Turn converse-chatboxes plugin into folder 2021-02-22 21:07:54 +01:00
log.js Work on turning chat views into custom elements 2021-02-09 15:48:21 +01:00
package-lock.json Remove need for lodash templates in headless build 2020-09-26 09:58:34 +02:00
package.json Cleanup 2021-03-26 10:58:51 +01:00
polyfill.js Replace modal templates with lit-html components 2020-01-30 17:36:55 +01: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.