xmpp.chapril.org-conversejs/src/headless
2019-06-03 10:02:57 +02:00
..
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils Throw error on parser error in toStanza 2019-06-03 09:43:24 +02:00
converse-bookmarks.js Improve chatroom name rendering 2019-05-29 13:27:41 +02:00
converse-caps.js Refactor strophe usage 2019-05-29 18:27:34 +02:00
converse-chatboxes.js Allow the full app to be embedded. 2019-05-24 20:39:19 +02:00
converse-core.js Initial support for the CredentialsContainer web API 2019-06-03 09:43:24 +02:00
converse-disco.js Add support for XEP-0198 Stream Management 2019-06-03 09:43:12 +02:00
converse-mam.js Refactor strophe usage 2019-05-29 18:27:34 +02:00
converse-muc.js Use getDisplayName for roster contacts 2019-06-03 09:43:24 +02:00
converse-ping.js Refactor strophe usage 2019-05-29 18:27:34 +02:00
converse-pubsub.js Replace lodash methods with native ones and remove lodash.fp 2019-05-14 12:41:47 +02:00
converse-roster.js Use composition instead of overrides 2019-05-24 16:02:07 +02:00
converse-rsm.js Refactor strophe usage 2019-05-29 18:27:34 +02:00
converse-smacks.js Add support for XEP-0198 Stream Management 2019-06-03 09:43:12 +02:00
converse-vcard.js Add support for XEP-0198 Stream Management 2019-06-03 09:43:12 +02:00
headless.js Add support for XEP-0198 Stream Management 2019-06-03 09:43:12 +02:00
i18n.js Replace moment with DayJS 2019-05-06 14:27:18 +02:00
lodash.noconflict.js Store lerna packages in the src directory 2018-10-22 13:29:25 +02:00
package-lock.json Remove alias for xss. Upgrade pluggable.js to version 2.0.1 2019-05-13 18:54:00 +02:00
package.json Update to latest Strophe commit with explicit bind support 2019-06-03 10:02:57 +02:00
polyfill.js Store lerna packages in the src directory 2018-10-22 13:29:25 +02:00
README.md Update build docs on converse-headless and add README 2018-10-26 16:07:37 +02:00

Converse Headless

Converse has a special build called the headless build.

You can generate it yourself by running make dist/converse-headless.js

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.