Converse running in Tauri connecting through xmpp-proxy
Go to file
Travis Burtrum ed9a14e199 Fix windows beta builds 2022-10-06 23:07:52 -04:00
.github/workflows Fix windows beta builds 2022-10-06 23:07:52 -04:00
dist Monkeypatch XMLHttpRequest so http uploads work without CORS headers 2022-10-06 00:58:29 -04:00
src-tauri Monkeypatch fetch() so OMEMO file downloads work 2022-10-04 01:15:24 -04:00
.gitignore Monkeypatch XMLHttpRequest so http uploads work without CORS headers 2022-10-06 00:58:29 -04:00
LICENSE.md Initial commit 2022-09-30 22:44:33 -04:00
README.md Save username/password, clean up proxy startup 2022-10-02 22:30:56 -04:00

README.md

Converse Tauri

This is Converse.js (version 9.1.1) in Tauri connecting to any XMPP server through xmpp-proxy.

It's the first known client to support QUIC.

To build install Tauri cargo install create-tauri-app, then run cargo tauri build.

If you want to download binaries head over to Releases.

License

MPLv2 - Converse.js files under dist/ excluding 3rdparty/
GNU/GPLv3 - dist/3rdparty/libsignal-protocol.min.js
GNU/AGPLv3 - Rust files under src-tauri/ - Check LICENSE.md for details