2023-05-27 18:11:49 +02:00
|
|
|
# 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
|
|
|
|
|
```
|
|
|
|
|
|
2023-05-27 18:11:49 +02:00
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
AGPL-3.0-or-later. See the LICENSE file.
|