https://github.com/conversejs/converse-tauri
https://github.com/conversejs/converse-tauri
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/conversejs/converse-tauri
- Owner: conversejs
- License: agpl-3.0
- Created: 2022-10-01T16:04:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T04:40:36.000Z (over 2 years ago)
- Last Synced: 2025-03-27T06:11:39.759Z (about 1 year ago)
- Language: Rust
- Size: 6.33 MB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Converse Tauri
--------------
This is [Converse.js](https://conversejs.org/) (version 10.1.6) in [Tauri](https://tauri.app) connecting to any XMPP
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 --locked tauri-cli`, then run `cargo tauri build`.
If you want to download binaries head over to [Releases](https://github.com/conversejs/converse-tauri/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