Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crispy-strawberry/damn
An XMPP client that makes you say damn!
https://github.com/crispy-strawberry/damn
rust xmpp xmpp-client
Last synced: about 1 month ago
JSON representation
An XMPP client that makes you say damn!
- Host: GitHub
- URL: https://github.com/crispy-strawberry/damn
- Owner: crispy-strawberry
- License: apache-2.0
- Created: 2024-01-14T18:48:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T15:46:37.000Z (about 1 year ago)
- Last Synced: 2024-11-02T00:42:21.517Z (3 months ago)
- Topics: rust, xmpp, xmpp-client
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# damn
The `damn-core` folder contains the core functionality for
working with the XMPP protocol.
The `damn-bin` folder provides a tui interface over this.# Plan for the future
1. Build out a minimal working client library in `damn-core`.
2. Try to build a minimal tui in `damn` with `ratatui`.
3. Make some high level and some low level modules and separate them.
4. Try to build a ui with `slint` or `egui` or `dioxus` or `tauri`.Far Far in the future ....
5. Maybe maybe build a video player interface for the tui with mpv.