xmpp.chapril.org-conversejs/src/headless
2018-11-18 15:16:40 +01:00
..
3rdparty Fix linting errors 2018-10-23 12:25:35 +02:00
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils Move isVisible from core utils to html utils 2018-10-26 10:15:36 +02:00
converse-chatboxes.js Fix failing test 2018-11-14 15:15:29 +01:00
converse-core.js Move some functions outside of the initialize closure 2018-11-15 23:10:40 +01:00
converse-disco.js Bugfix. Filter step was removed when converting to async/await 2018-10-25 23:08:19 +02:00
converse-mam.js Log the actual error on MAM error 2018-11-17 18:39:28 +01:00
converse-muc.js Fix null check 2018-11-18 15:16:40 +01:00
converse-ping.js Use es2015 modules instead of UMD 2018-10-23 12:25:58 +02:00
converse-roster.js Presence subscription bugfixes. 2018-11-10 19:09:51 +01:00
converse-vcard.js Use _coverse.api.sendIQ instead of _converse.connection.sendIQ 2018-10-25 18:29:29 +02:00
headless.js Move the converse-roster plugin to the @converse/headless build 2018-10-23 15:40:06 +02:00
i18n.js Add language support for Galician 2018-11-15 12:25:31 +01:00
lodash.fp.js Store lerna packages in the src directory 2018-10-22 13:29:25 +02:00
lodash.noconflict.js Store lerna packages in the src directory 2018-10-22 13:29:25 +02:00
package-lock.json Release 4.0.4 2018-10-29 22:28:28 +01:00
package.json Release v4.0.5 2018-11-15 13:24:22 +01: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.