xmpp.chapril.org-conversejs/src/headless
JC Brand 26c1c483da MAM fix: Get newest page when not paging
This is done by using `before: ''` and filtering by `start`.
Otherwise we get the oldest page.
2021-01-13 13:33:28 +01:00
..
plugins MAM fix: Get newest page when not paging 2021-01-13 13:33:28 +01:00
shared Remove global lodash 2020-12-29 15:12:45 +01:00
utils Move MUC and stanza utils into shared and plugin-specific files 2020-12-14 16:30:13 +01:00
core.js Bugfix. Make sure arguments are passed to all triggered events 2021-01-08 09:39:35 +01:00
headless.js Move converse-bookmarks plugin into folder 2021-01-08 14:28:36 +01:00
log.js Use @converse/skeletor, lodash-es and latest webpack-dev-server 2020-06-08 19:38:16 +02:00
package-lock.json Remove need for lodash templates in headless build 2020-09-26 09:58:34 +02:00
package.json Declare sizzle as a dependency for @converse/headless 2020-12-10 17:13:40 +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.