converse-tauri/README.md

17 lines
725 B
Markdown
Raw Permalink Normal View History

2022-09-30 21:53:45 -04:00
Converse Tauri
--------------
2022-11-01 00:23:45 -04:00
This is [Converse.js](https://conversejs.org/) (version 10.0.0) in [Tauri](https://tauri.app) connecting to any XMPP
2022-09-30 21:53:45 -04:00
server through [xmpp-proxy](https://github.com/moparisthebest/xmpp-proxy).
It's the first known client to support [QUIC](https://xmpp.org/extensions/xep-0467.html).
To build install Tauri `cargo install create-tauri-app`, then run `cargo tauri build`.
2022-09-30 21:53:45 -04:00
If you want to download binaries head over to [Releases](https://github.com/conversejs/converse-tauri/releases).
2022-09-30 21:53:45 -04:00
#### 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