xmpp.chapril.org-conversejs/src/headless
JC Brand d7ce231c51 Various emoji improvements:
* Add emoji tooltip
* Make categories configurable and add smileys category
* Rearrange emoji categories and style
& Show all emojis together
2019-08-22 13:56:47 +02:00
..
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils Refactor emojis so that JSON is fetch asynchronously 2019-08-22 13:56:47 +02:00
converse-bookmarks.js Handle case where bookmark doesn't exist for some reason 2019-08-10 12:06:01 +02:00
converse-bosh.js Fixes #1561 Don't clear localStorage and sessionStorage 2019-08-01 11:34:14 +02:00
converse-caps.js Fix linting errors and add @module jsdoc directives 2019-07-11 10:48:52 +02:00
converse-chatboxes.js Refactor emojis so that JSON is fetch asynchronously 2019-08-22 13:56:47 +02:00
converse-core.js Refactor emojis so that JSON is fetch asynchronously 2019-08-22 13:56:47 +02:00
converse-disco.js Stop using certain lodash methods. 2019-08-05 10:56:22 +02:00
converse-emoji.js Various emoji improvements: 2019-08-22 13:56:47 +02:00
converse-mam.js Show error message with option to retry when MAM query times out 2019-08-13 11:08:03 +02:00
converse-muc.js Refactor emojis so that JSON is fetch asynchronously 2019-08-22 13:56:47 +02:00
converse-ping.js converse-ping: Refactor and update to reconnect upon ping timeout 2019-08-10 12:26:07 +02:00
converse-pubsub.js Fix linting errors and add @module jsdoc directives 2019-07-11 10:48:52 +02:00
converse-roster.js converse-roster: Reconnection bugfixes. 2019-08-07 16:11:36 +02:00
converse-rsm.js Updates #1548. MAM paging improvements. 2019-08-06 22:54:51 +02:00
converse-smacks.js Fix linting errors and add @module jsdoc directives 2019-07-11 10:48:52 +02:00
converse-vcard.js Stop using certain lodash methods. 2019-08-05 10:56:22 +02:00
headless.js Docstring fixes 2019-08-16 15:44:58 +02:00
i18n.js Updated i18n po, pot and json files 2019-08-07 10:28:49 +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.1 2019-08-14 12:56:44 +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.