xmpp.chapril.org-conversejs/src/headless
JC Brand ffbab33a26 Create own occupant before setting connection_status to ENTERED
This makes it possible to wait for the connection_status before trying
to call `getOwnOccupant` in plugins
2020-09-09 15:33:50 +02:00
..
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils Refactor OMEMO. 2020-09-09 14:04:24 +02:00
connection.js Make sure initialize can be awaited... 2020-09-03 17:07:44 +02:00
converse-adhoc.js core: Allow multiple imports 2020-04-23 13:50:35 +02:00
converse-bookmarks.js Use @converse/skeletor, lodash-es and latest webpack-dev-server 2020-06-08 19:38:16 +02:00
converse-bosh.js fix BOSH session restore 2020-08-24 11:46:24 +02:00
converse-caps.js Use @converse/skeletor, lodash-es and latest webpack-dev-server 2020-06-08 19:38:16 +02:00
converse-chat.js Refactor OMEMO. 2020-09-09 14:04:24 +02:00
converse-chatboxes.js Use @converse/skeletor, lodash-es and latest webpack-dev-server 2020-06-08 19:38:16 +02:00
converse-core.js Make sure initialize can be awaited... 2020-09-03 17:07:44 +02:00
converse-disco.js Use @converse/skeletor, lodash-es and latest webpack-dev-server 2020-06-08 19:38:16 +02:00
converse-emoji.js fix emojis in case use_system_emojis == false 2020-09-05 11:33:25 +02:00
converse-headlines.js New configuration setting: notify_nicknames_without_references 2020-09-09 13:11:45 +02:00
converse-mam.js Add experimental support for running the XMPP conneciton inside a shared worker 2020-07-27 12:43:47 +02:00
converse-muc.js Create own occupant before setting connection_status to ENTERED 2020-09-09 15:33:50 +02:00
converse-ping.js Rename api.settings.update to api.settings.extend 2020-06-03 09:32:16 +02:00
converse-pubsub.js Import _converse and api 2020-05-18 10:54:37 +02:00
converse-roster.js Add experimental support for running the XMPP conneciton inside a shared worker 2020-07-27 12:43:47 +02:00
converse-rsm.js core: Allow multiple imports 2020-04-23 13:50:35 +02:00
converse-smacks.js Rename api.settings.update to api.settings.extend 2020-06-03 09:32:16 +02:00
converse-status.js Make api.user.status API methods async 2020-09-04 13:13:07 +02:00
converse-vcard.js Don't attempt to fetch a VCard if we don't have a JID 2020-07-09 22:29:06 +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 core: Allow multiple imports 2020-04-23 13:50:35 +02:00
i18n.js Move pot and po files to src/i18n and regenerate 2020-08-16 22:54:45 +02:00
lodash.noconflict.js Fix linting errors and add @module jsdoc directives 2019-07-11 10:48:52 +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 Updates #1896: Properly identify archived one-on-one messages 2020-08-13 11:09:22 +02:00
package.json Updates #1896: Properly identify archived one-on-one messages 2020-08-13 11:09:22 +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.