No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
The xmpp crate doesn't yet have mechanisms to wait for the next incoming presence and so the `leave_room` method returns after the unavailable presence has been set. Thus the code may still think it's being joined when it pretty soon going not to be. Instead, we chose to send another join presence to signal the MUC we want to get the full state again (occupants, subject), without leaving. Signed-off-by: pep <pep@bouah.net> |
||
| forgejo-hooks | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| Changelog | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
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.