Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.