xmpp.chapril.org-conversejs/src/headless
JC Brand 1f7fe4f48e Upgrade to Strophe 1.5.0 and upgrade various other dependencies
Had to add `src/strophe-shims.js` as a webpack alias to the shims.js
file in Strophe because the usage of `require` to load Node.js packags
in shims.js is causing problems with Webpack 5.

Set postcss-clean to 1.2.0 to fix the build error `node.getIterator() is
not a function`

Upgrade to latest Webpack
2022-04-28 23:53:31 +02:00
..
plugins Set from_real_jid on the message when its occupant is attached. 2022-04-26 20:38:20 +02:00
shared Move connection api into separate file 2022-04-25 09:48:08 +02:00
tests Stop using this in tests. 2022-03-09 12:44:49 +01:00
utils Move connection api into separate file 2022-04-25 09:48:08 +02:00
.npmignore Include all headless files except tests 2022-04-06 23:10:13 +02:00
core.js Move connection api into separate file 2022-04-25 09:48:08 +02:00
headless.js Split vcard plugin up into multiple files 2021-11-19 13:42:59 +01:00
log.js Fix infinite loop in service discovery 2022-04-22 09:39:47 +02:00
package-lock.json Upgrade to Strophe 1.5.0 and upgrade various other dependencies 2022-04-28 23:53:31 +02:00
package.json Upgrade to Strophe 1.5.0 and upgrade various other dependencies 2022-04-28 23:53:31 +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.