xmpp.chapril.org-conversejs/src/headless
JC Brand 9d77a4ef97 Fixes #129 Add support for XEP-0156.
Only XML is supported for now.
2019-10-11 17:46:13 +02:00
..
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils Fixes #129 Add support for XEP-0156. 2019-10-11 17:46:13 +02:00
converse-bookmarks.js chatboxes: wait until messages are fixed before returning new chatbox 2019-10-10 14:44:13 +02:00
converse-bosh.js Fixes #129 Add support for XEP-0156. 2019-10-11 17:46:13 +02:00
converse-caps.js Fix linting errors and add @module jsdoc directives 2019-07-11 10:48:52 +02:00
converse-chatboxes.js Fixes #129 Add support for XEP-0156. 2019-10-11 17:46:13 +02:00
converse-core.js Fixes #129 Add support for XEP-0156. 2019-10-11 17:46:13 +02:00
converse-disco.js bosh: only advertise support if the module is enabled 2019-09-24 15:42:13 +02:00
converse-emoji.js Fix linting errors (no-unused-vars) 2019-10-09 16:27:58 +02:00
converse-mam.js Don't rely on getUniqueId of Strophe.Connection 2019-10-11 17:46:13 +02:00
converse-muc.js Fixes #129 Add support for XEP-0156. 2019-10-11 17:46:13 +02:00
converse-ping.js Don't rely on getUniqueId of Strophe.Connection 2019-10-11 17:46:13 +02:00
converse-pubsub.js Fix linting errors (no-unused-vars) 2019-10-09 16:27:58 +02:00
converse-roster.js Don't rely on getUniqueId of Strophe.Connection 2019-10-11 17:46:13 +02:00
converse-rsm.js Updates #1548. MAM paging improvements. 2019-08-06 22:54:51 +02:00
converse-smacks.js Fix linting errors (no-unused-vars) 2019-10-09 16:27:58 +02:00
converse-vcard.js chatboxes: wait until messages are fixed before returning new chatbox 2019-10-10 14:44:13 +02:00
emojis.json Use webpack's dynamic imports feature for fetching emoji JSON 2019-08-23 09:18:10 +02:00
headless.js Docstring fixes 2019-08-16 15:44:58 +02:00
i18n.js Fix linting errors (no-unused-vars) 2019-10-09 16:27:58 +02:00
lodash.noconflict.js Fix linting errors and add @module jsdoc directives 2019-07-11 10:48:52 +02:00
package-lock.json Update various dependencies to their latest versions 2019-07-11 09:46:17 +02:00
package.json Release 5.0.4 2019-10-08 14:22:56 +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.