aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-12-06 22:04:43 +0100
committerKim Alvefur <zash@zash.se>2020-12-06 22:04:43 +0100
commit2048a7a762e619974557c4015429626443835b4c (patch)
tree5a2d4af3562b76f93e92ecbbea1f0be8a724649d /CHANGES
parentb0c116f47b96bb5d9be4646d1031cc6606a81405 (diff)
downloadprosody-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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e34ea88e..213be9da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
======