cusku/README.md

18 lines
355 B
Markdown
Raw Permalink Normal View History

# Cusku
XMPP bot.
At the moment it only implements Webhooks (gitlab) to MUC, but the goal is to
be somewhat of a testbed for xmpp-rs features.
Originally based on tokio-webhook2muc.
2026-06-23 17:14:10 +02:00
# Cross-compile musl
```
cross build --release --target x86_64-unknown-linux-musl --features vendored-openssl
```
## License
AGPL-3.0-or-later. See the LICENSE file.