No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
pep eb0b7ff020
Don't follow bookmarks autojoin config
If this flag is enabled, the library expects bookmarks to be added to
the account itself, and when there's no bookmark for a room, the
corresponding room is automatically left. This doesn't work in the case
where many instances of the bot are on the same account.

It may work in the future if support for various sets of rooms/hooks are
added, but for the moment it seemed easier (and maybe also more useful
for other users of the xmpp-rs lib) to implement this.

Signed-off-by: pep <pep@bouah.net>
2025-11-15 22:00:26 +01:00
forgejo-hooks forgejo-hooks: merged_at attribute is optional 2025-10-29 16:25:53 +01:00
src Don't follow bookmarks autojoin config 2025-11-15 22:00:26 +01:00
.gitignore Added gitignore 2024-08-20 23:12:35 +02:00
Cargo.toml Don't follow bookmarks autojoin config 2025-11-15 22:00:26 +01:00
Changelog Don't follow bookmarks autojoin config 2025-11-15 22:00:26 +01:00
LICENSE Add AGPL-3.0-or-later LICENSE file 2024-09-04 21:17:02 +02:00
README.md Add README.md 2023-05-27 21:05:00 +02:00
rustfmt.toml rustfmt: hard_tabs = true 2023-05-20 19:35:18 +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.

License

AGPL-3.0-or-later. See the LICENSE file.