xmpp.chapril.org-conversejs/src/headless
JC Brand 1d9bbb8ddd Message display improvements
* Checkmark and edit modal button are now on the right
* Instead of showing checkmarks for MUC messages,
  we now show them as light grey before MUC reflection
* Simplify message markup by requiring less `if` statements
2019-06-04 11:12:22 +02:00
..
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils Fix _converse.api.user.login to handle auto_login case 2019-06-03 11:40:26 +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 Message display improvements 2019-06-04 11:12:22 +02:00
converse-core.js converse-muc: Support for XEP-0410 to check whether we're joined 2019-06-03 11:41:34 +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 Message display improvements 2019-06-04 11:12:22 +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 converse-muc: Support for XEP-0410 to check whether we're joined 2019-06-03 11:41:34 +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.