xmpp.chapril.org-conversejs/src/headless
JC Brand e7178fed31 Fetch messages after fetching members.
This is done to avoid unnecessary repaints and reflows (caused when a
message has already rendered and then an occupant is created and
attached to that message, cauring a re-render).

Related to #1266
2019-07-04 07:58:24 +02:00
..
templates Move unnecessary templates in headless package to main package 2018-10-22 13:59:06 +02:00
utils Add attributes to resolveable promise to detect its resolved state 2019-06-20 14:04:46 +02:00
converse-bookmarks.js Improve chatroom name rendering 2019-05-29 13:27:41 +02:00
converse-bosh.js Only fetch presences when we're resuming an existing session. 2019-06-05 11:47:23 +02:00
converse-caps.js Refactor strophe usage 2019-05-29 18:27:34 +02:00
converse-chatboxes.js Create separate models for MUC messages and their container 2019-07-04 07:58:24 +02:00
converse-core.js Always set JID on the connection 2019-06-27 15:19:48 +02:00
converse-disco.js Update refreshFeatures 2019-06-25 11:43:59 +02:00
converse-mam.js converse-mam depends on converse-rsm 2019-06-20 16:51:50 +02:00
converse-muc.js Fetch messages after fetching members. 2019-07-04 07:58:24 +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 Avoid unnecessarily sending out a presence stanza 2019-06-13 13:33:01 +02:00
converse-rsm.js Refactor strophe usage 2019-05-29 18:27:34 +02:00
converse-smacks.js converse-smacks: Ensure default session values are set 2019-06-25 23:58:45 +02:00
converse-vcard.js Add support for XEP-0198 Stream Management 2019-06-03 09:43:12 +02:00
headless.js Move BOSH code into a plugin 2019-06-05 11:35:48 +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 Reconnection fixes. 2019-06-14 12:00:49 +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.