diff options
author | Kim Alvefur <zash@zash.se> | 2020-12-06 22:04:43 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-12-06 22:04:43 +0100 |
commit | 2048a7a762e619974557c4015429626443835b4c (patch) | |
tree | 5a2d4af3562b76f93e92ecbbea1f0be8a724649d /CHANGES | |
parent | b0c116f47b96bb5d9be4646d1031cc6606a81405 (diff) | |
download | prosody-2048a7a762e619974557c4015429626443835b4c.tar.gz prosody-2048a7a762e619974557c4015429626443835b4c.zip |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ====== |