xmpp.chapril.org-conversejs/src/headless
JC Brand aa86a8be32 muc: Store room configuration (e.g. disco#info fields) on the MUC
This will make it easier to add config-based functionality, such as
allowing/showing the `/topic` slash command only to those users who are
allowed to set the subject.
2020-01-16 15:28:02 +01:00
..
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils Fix linting errors 2019-12-20 16:02:53 +01:00
converse-bookmarks.js don't log error if user has no bookmarks 2020-01-10 21:12:59 +01:00
converse-bosh.js Fixes #1783 2019-12-03 11:31:28 +01:00
converse-caps.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
converse-chat.js Set VCards via events, thereby reducing coupling 2019-12-18 15:20:51 +01:00
converse-chatboxes.js Refactor logging out into its own module 2019-11-22 13:50:36 +01:00
converse-core.js Fix linting error 2020-01-13 09:00:08 +01:00
converse-disco.js muc: Store room configuration (e.g. disco#info fields) on the MUC 2020-01-16 15:28:02 +01:00
converse-emoji.js Fixes #1735: Chatboxes stay empty after logging out and in again 2019-12-18 16:09:44 +01:00
converse-headlines.js Fix whitelisting and dependencies on the headline plugins 2019-11-22 14:38:09 +01:00
converse-mam.js Update converse-mam.js 2019-12-26 15:56:04 +02:00
converse-muc.js muc: Store room configuration (e.g. disco#info fields) on the MUC 2020-01-16 15:28:02 +01:00
converse-ping.js Ping the server when the tab becomes visible 2019-12-06 10:57:52 +01:00
converse-pubsub.js Refactor logging out into its own module 2019-11-22 13:50:36 +01:00
converse-roster.js A user can now add himself as a contact 2020-01-13 10:30:00 +01:00
converse-rsm.js Updates #1548. MAM paging improvements. 2019-08-06 22:54:51 +02:00
converse-smacks.js smacks: Set enable_smacks to true as default 2019-12-03 13:54:28 +01:00
converse-status.js Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
converse-vcard.js Fix linting errors 2019-12-20 16:02:53 +01:00
emojis.json Add initial support for custom emojis 2019-10-17 12:12:08 +02:00
headless.js Refactoring 2019-11-04 15:05:50 +01: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
log.js log: properly log to the set level 2020-01-06 10:40:18 +01:00
package-lock.json Support for IndexedDB. updates #1105 2019-10-30 13:02:23 +01:00
package.json Use package.json files to specify more precisely what gets packed 2020-01-10 13:29:42 +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.