xmpp: Add XEP-0070 authentification support
This commit is contained in:
parent
155ad9b670
commit
2c81b6d96f
4 changed files with 34 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue