xmpp.chapril.org-conversejs/src/headless
JC Brand 048560908e Login form: Allow user to choose the connection URL
if `websocket_url` and `bosh_service_url` are not set and XEP-0156
lookup was unsuccessful.
2021-12-10 22:57:33 +01:00
..
plugins Move setUserJID to init.js 2021-12-10 22:57:33 +01:00
shared Login form: Allow user to choose the connection URL 2021-12-10 22:57:33 +01:00
tests Login form: Allow user to choose the connection URL 2021-12-10 22:57:33 +01:00
utils Move setUserJID to init.js 2021-12-10 22:57:33 +01:00
core.js Login form: Allow user to choose the connection URL 2021-12-10 22:57:33 +01:00
headless.js Split vcard plugin up into multiple files 2021-11-19 13:42:59 +01:00
log.js Work on turning chat views into custom elements 2021-02-09 15:48:21 +01:00
package-lock.json Bump localforage 2021-08-26 06:30:39 +02:00
package.json Release 9.0.0 2021-11-29 10:00:38 +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.