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.
This commit is contained in:
Kim Alvefur 2020-12-06 22:04:43 +01:00
parent b0c116f47b
commit 2048a7a762
3 changed files with 22 additions and 0 deletions

View file

@ -14,6 +14,10 @@ TRUNK
- 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
======