xmpp.chapril.org-conversejs/src/headless
2019-03-01 11:56:22 +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 Fixes #1400. When chat message is only an emoji, enlarge it 2019-02-27 10:34:47 +01:00
converse-chatboxes.js Fixes #1400. When chat message is only an emoji, enlarge it 2019-02-27 10:34:47 +01:00
converse-core.js Allow setting of debug mode via URL with /#converse?debug=true 2019-02-27 16:28:30 +01:00
converse-disco.js New copyright year 2019-02-18 20:23:18 +01:00
converse-mam.js XEP-0359: Better usage of stanza-id to check for dupes 2019-02-13 22:14:58 +01:00
converse-muc.js Re-add support for muc_domain and add locked_muc_domain. 2019-02-26 11:58:01 +01:00
converse-ping.js New copyright year 2019-02-18 20:23:18 +01:00
converse-pubsub.js New copyright year 2019-02-18 20:23:18 +01:00
converse-roster.js Update contact nickname when receive a roster push 2019-02-18 20:23:20 +01:00
converse-vcard.js New copyright year 2019-02-18 20:23:18 +01:00
headless.js Add converse-pubsub.js 2018-12-20 21:51:16 +01:00
i18n.js Add Esperanto as supported language 2019-01-29 05:40:34 +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 Update to Backbone 1.4.0 and use fork of Backbone.NativeView 2019-03-01 11:56: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.