xmpp.chapril.org-conversejs/src/headless
JC Brand fb9fe280ac Updates to how dupes are detected.
- Collapse 3 different loops into one.
- Check all saved stanza ids in the parsed attrs, not just the archive id
- Remove check for archive id in converse-mam since it just duplicates what's now being done in converse-chat
- Don't use disco to check for support, XEP-359 mandates that services SHOULD advertise support,
  which is not a strong enough guarantee that they do.

updates #1856
2020-02-07 12:35:45 +01:00
..
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils Updates the message parsing. 2020-02-07 12:12:38 +01:00
converse-bookmarks.js Update copyright 2020-01-30 17:36:55 +01:00
converse-bosh.js Update copyright 2020-01-30 17:36:55 +01:00
converse-caps.js Update copyright 2020-01-30 17:36:55 +01:00
converse-chat.js Updates to how dupes are detected. 2020-02-07 12:35:45 +01:00
converse-chatboxes.js Update copyright 2020-01-30 17:36:55 +01:00
converse-core.js Remove Backbone 2020-01-30 17:36:55 +01:00
converse-disco.js Update copyright 2020-01-30 17:36:55 +01:00
converse-emoji.js emoji-picker: Make sure that emojis as images are rendered properly 2020-02-06 16:27:44 +01:00
converse-headlines.js headlines: move view code into converse-headlines-view.js 2020-01-30 18:18:27 +01:00
converse-mam.js Updates to how dupes are detected. 2020-02-07 12:35:45 +01:00
converse-muc.js Updates to how dupes are detected. 2020-02-07 12:35:45 +01:00
converse-ping.js Update copyright 2020-01-30 17:36:55 +01:00
converse-pubsub.js Update copyright 2020-01-30 17:36:55 +01:00
converse-roster.js Update copyright 2020-01-30 17:36:55 +01:00
converse-rsm.js Update copyright 2020-01-30 17:36:55 +01:00
converse-smacks.js Update copyright 2020-01-30 17:36:55 +01:00
converse-status.js Update copyright 2020-01-30 17:36:55 +01:00
converse-vcard.js Update copyright 2020-01-30 17:36:55 +01:00
emojis.json Add initial support for custom emojis 2019-10-17 12:12:08 +02:00
headless.js Add Skeletor as dependency 2020-01-30 17:36:55 +01:00
i18n.js Update copyright 2020-01-30 17:36:55 +01:00
lodash.noconflict.js Fix linting errors and add @module jsdoc directives 2019-07-11 10:48:52 +02:00
log.js log: properly log to the set level 2020-01-06 10:40:18 +01:00
package-lock.json Remove jquery and undersscore shims 2020-02-06 14:51:50 +01:00
package.json Update to newer skeletor which can return a promise on create 2020-02-03 23:24:44 +01:00
polyfill.js Replace modal templates with lit-html components 2020-01-30 17:36:55 +01: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.