xmpp: Add XEP-0070 authentification support

This commit is contained in:
PulkoMandy 2025-08-26 21:28:41 +02:00 committed by Link Mauve
commit 2c81b6d96f
4 changed files with 34 additions and 1 deletions

View file

@ -32,6 +32,8 @@ XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
- Event::ChatMessageCorrection, Event::RoomMessageCorrection, and
Event::RoomPrivateMessageCorrection signal XEP-0308 message corrections; they're
not checked how old the corrected entry is, which has security concerns (!496)
- Event::AuthConfirm and Event::AuthReject signal XEP-0070 authentication requests and
responses.
- Agent::new helper method.
- Handle SIGINT, SIGTERM and SIGKILL in hello_bot example to avoid leaving
hibernating resources around.