xmpp.chapril.org-conversejs/src/headless
2020-04-21 20:18:43 +02:00
..
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils muc-views: Update ListChatRoomsModal to make better use of lit-html 2020-04-15 11:54:07 +02:00
converse-adhoc.js Downgrade dayjs 2020-04-15 17:47:50 +02:00
converse-bookmarks.js Use api shortcut instead of _converse.api 2020-03-31 13:16:24 +02:00
converse-bosh.js Use api shortcut instead of _converse.api 2020-03-31 13:16:24 +02:00
converse-caps.js Replace lodash methods with native ones 2020-03-06 15:49:48 +01:00
converse-chat.js Move OMEMO-related message parsing to utils/stanza.js 2020-04-13 17:44:47 +02:00
converse-chatboxes.js Use api shortcut instead of _converse.api 2020-03-31 13:16:24 +02:00
converse-core.js Add the ability to run tests via the webpack devserver 2020-04-21 20:18:43 +02:00
converse-disco.js Make sure IQ timeouts are properly logged 2020-04-10 14:41:23 +02:00
converse-emoji.js Use api shortcut instead of _converse.api 2020-03-31 13:16:24 +02:00
converse-headlines.js Move OMEMO-related message parsing to utils/stanza.js 2020-04-13 17:44:47 +02:00
converse-mam.js MAM: better error logging 2020-04-10 16:04:46 +02:00
converse-muc.js Add an external API for sending presences 2020-04-19 09:41:38 +02:00
converse-ping.js Use api shortcut instead of _converse.api 2020-03-31 13:16:24 +02:00
converse-pubsub.js Use api shortcut instead of _converse.api 2020-03-31 13:16:24 +02:00
converse-roster.js Add an external API for sending presences 2020-04-19 09:41:38 +02:00
converse-rsm.js Update copyright 2020-01-30 17:36:55 +01:00
converse-smacks.js Use api shortcut instead of _converse.api 2020-03-31 13:16:24 +02:00
converse-status.js Add an external API for sending presences 2020-04-19 09:41:38 +02:00
converse-vcard.js Use api shortcut instead of _converse.api 2020-03-31 13:16:24 +02:00
emojis.json Add initial support for custom emojis 2019-10-17 12:12:08 +02:00
headless.js Fixes #515 Add support for XEP-0050 Ad-Hoc commands 2020-04-17 11:01:44 +02:00
i18n.js Use the settings API for setting and getting config settings 2020-03-31 11:57:03 +02:00
lodash.noconflict.js Fix linting errors and add @module jsdoc directives 2019-07-11 10:48:52 +02:00
log.js Use optional chaining instead of lodash.get 2020-03-24 12:30:45 +01:00
package-lock.json Update various 3rd party dependencies 2020-04-17 11:40:14 +02:00
package.json Fixes #1961 2020-04-13 11:45:02 +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.