xmpp.chapril.org-conversejs/src/headless
JC Brand ecfc3e9fcf Implement support for XEP-0421 occupant ids
This let's us populate the `from_real_jid` attribute for messages in
cases where the user's nickname has changed.

Only save the occupant-id if the MUC supports it

Store all advertised features on the `chatbox.features` model.
This allows us to look up a feature without using the async
`disco.supports` API.

Updates #2241
2021-11-06 22:25:02 +01:00
..
plugins Implement support for XEP-0421 occupant ids 2021-11-06 22:25:02 +01:00
shared Fix embedded, singleton mode. 2021-09-24 11:53:49 +02:00
tests Emit an event when a configuration setting gets changed 2021-09-21 17:08:30 +02:00
utils Allow render_media setting to be an array of domains 2021-09-30 16:30:30 +02:00
core.js Implement support for XEP-0421 occupant ids 2021-11-06 22:25:02 +01: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 Bump localforage 2021-08-26 06:30:39 +02:00
package.json Release 8.0.1 2021-09-09 22:09:26 +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.