Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wincax88/converse-xmpp

xmpp library based on converse.js
https://github.com/wincax88/converse-xmpp

counverse xmpp

Last synced: about 2 months ago
JSON representation

xmpp library based on converse.js

Awesome Lists containing this project

README

        

# Converse Headless

[Converse](https://conversejs.org) has a special build called the *headless build*.

You can generate it yourself by running ``npm run build``
in the root.

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-xmpp](https://www.npmjs.com/package/converse-headless-xmpp).

The main distribution of Converse relies on the headless build.

Based on:
1. [frontend-webpack-boilerplate](https://github.com/WeAreAthlon/frontend-webpack-boilerplate)
2. [Converse](https://conversejs.org)