xmpp.chapril.org-conversejs/src/headless
2020-10-07 15:42:17 +02:00
..
utils muc: simplify api.rooms methods. 2020-10-07 15:31:13 +02:00
connection.js Replace lodash methods with native ones 2020-10-01 12:56:00 +02:00
converse-adhoc.js core: Allow multiple imports 2020-04-23 13:50:35 +02:00
converse-bookmarks.js muc: simplify api.rooms methods. 2020-10-07 15:31:13 +02:00
converse-bosh.js fix BOSH session restore 2020-08-24 11:46:24 +02:00
converse-caps.js Replace lodash methods with native ones 2020-10-01 12:56:00 +02:00
converse-carbons.js Add new plugin converse-carbons 2020-09-10 09:27:27 +02:00
converse-chat.js Don't hide chats when singleton is true 2020-10-01 13:43:42 +02:00
converse-chatboxes.js Replace lodash methods with native ones 2020-10-01 12:56:00 +02:00
converse-core.js Remove converse-rsm as whitelisted plugin and dependency 2020-10-05 21:09:02 +02:00
converse-disco.js Replace lodash methods with native ones 2020-10-01 12:56:00 +02:00
converse-emoji.js Replace lodash methods with native ones 2020-10-01 12:56:00 +02:00
converse-headlines.js Replace lodash methods with native ones 2020-10-01 12:56:00 +02:00
converse-mam.js Remove converse-rsm as whitelisted plugin and dependency 2020-10-05 21:09:02 +02:00
converse-muc.js MUC: connect with stored password, if available 2020-10-07 15:42:17 +02:00
converse-ping.js Rename api.settings.update to api.settings.extend 2020-06-03 09:32:16 +02:00
converse-pubsub.js pubsub: await IQ response when publishing 2020-09-18 15:09:23 +02:00
converse-roster.js Replace lodash methods with native ones 2020-10-01 12:56:00 +02:00
converse-rsm.js Refactor converse-api.query and the RSM class 2020-09-30 18:51:21 +02:00
converse-smacks.js Rename api.settings.update to api.settings.extend 2020-06-03 09:32:16 +02:00
converse-status.js Replace lodash methods with native ones 2020-10-01 12:56:00 +02:00
converse-vcard.js Replace lodash methods with native ones 2020-10-01 12:56:00 +02:00
emoji_regexes.js Get rid of Twemoji as a dependency 2020-07-10 11:21:45 +02:00
emojis.json emojis: fix rendering of custom emojis 2020-06-25 10:24:45 +02:00
headless.js Refactor converse-api.query and the RSM class 2020-09-30 18:51:21 +02: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 Bump @converse/skeletor and localForage 2020-09-30 18:51:21 +02: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.