Software /
code /
prosody
Diff
CHANGES @ 12541:97af41d580f7
mod_saslauth: Advertise channel bindings via XEP-0440
This is useful when there's more than one channel binding in
circulation, since perhaps there will be varying support for them.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 06 Dec 2020 22:04:43 +0100 |
parent | 12515:76c1725f4467 |
child | 12577:f888c84b2284 |
line wrap: on
line diff
--- a/CHANGES Wed Jun 01 17:27:17 2022 +0200 +++ b/CHANGES Sun Dec 06 22:04:43 2020 +0100 @@ -14,6 +14,10 @@ - Support for TCP Fast Open in server_epoll (pending LuaSocket support) - Support for deferred accept in server_epoll (pending LuaSocket support) +### Security and authentication + +- Advertise supported SASL Channel-Binding types (XEP-0440) + 0.12.0 ======