https://github.com/rayslash/xmpp-client-rs
A rust XMPP client made using dioxus
https://github.com/rayslash/xmpp-client-rs
Last synced: 26 days ago
JSON representation
A rust XMPP client made using dioxus
- Host: GitHub
- URL: https://github.com/rayslash/xmpp-client-rs
- Owner: RaySlash
- License: gpl-3.0
- Created: 2024-02-04T08:12:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T12:43:02.000Z (over 2 years ago)
- Last Synced: 2025-02-08T12:46:30.620Z (over 1 year ago)
- Language: Rust
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XMPP Client
WIP xmpp client made using dioxus in rust
### Usage
```shell
nix develop # or do direnv allow
dx serve --hot-reload
```
### TODO
- basic UI
- use xmpp-rs