Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wincax88/converse-xmpp
- Owner: wincax88
- License: mit
- Created: 2021-03-10T00:29:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T01:39:22.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T13:16:55.022Z (2 months ago)
- Topics: counverse, xmpp
- Language: JavaScript
- Homepage: https://github.com/wincax88/converse-xmpp/
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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)