xmpp.chapril.org-conversejs/src/headless
JC Brand d2166ce3dd Remove deprecated API methods
since the next release will be a major one.
2019-04-16 16:57:55 +02:00
..
3rdparty Fix linting errors 2018-10-23 12:25:35 +02:00
dist Remove deprecated API methods 2019-04-16 16:57:55 +02:00
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils Single emoji rendering fixes. 2019-03-31 20:46:49 +02:00
converse-caps.js Move converse-caps into the headless build 2019-04-10 19:22:11 +02:00
converse-chatboxes.js Add force parameter to _converse.chats.open 2019-04-16 16:42:15 +02:00
converse-core.js Remove deprecated API methods 2019-04-16 16:57:55 +02:00
converse-disco.js Bugfix. Create device based on prekey message for from JID 2019-03-31 19:36:04 +02:00
converse-mam.js Use API to emit and listen to events 2019-03-29 14:16:07 +01:00
converse-muc.js Add force parameter to _converse.chats.open 2019-04-16 16:42:15 +02:00
converse-ping.js Use API to emit and listen to events 2019-03-29 14:16:07 +01:00
converse-pubsub.js Replace http: with https: in conversejs.org links 2019-03-04 17:47:45 +01:00
converse-roster.js Bugfix. Update to new function which has been renamed. 2019-04-11 20:08:53 +02:00
converse-vcard.js Looser coupling with converse-vcard 2019-04-10 19:35:35 +02:00
headless.js Move converse-caps into the headless build 2019-04-10 19:22:11 +02:00
i18n.js Convert older docstrings to JSDoc syntax 2019-03-30 12:54:56 +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 New release 4.2.0 2019-04-04 12:33:08 +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.