Converse running in Tauri connecting through xmpp-proxy
Go to file
Travis Burtrum 587c9b8f55
Upgrade rust crates
2023-12-07 22:14:06 -05:00
.github/workflows Fix windows beta builds 2022-10-06 23:07:52 -04:00
dist Upgrade to Converse.js 10.1.6 2023-12-07 21:49:48 -05:00
src-tauri Upgrade rust crates 2023-12-07 22:14:06 -05: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 Upgrade rust crates 2023-12-07 22:14:06 -05:00

README.md

Converse Tauri

This is Converse.js (version 10.0.0) 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 --locked tauri-cli, 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