Software /
code /
prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
12540:0684506c99d3 | 12541:97af41d580f7 |
---|---|
11 | 11 |
12 - Honour 'weight' parameter during SRV record selection | 12 - Honour 'weight' parameter during SRV record selection |
13 - Support for RFC 8305 "Happy Eyeballs" to improve IPv4/IPv6 connectivity | 13 - Support for RFC 8305 "Happy Eyeballs" to improve IPv4/IPv6 connectivity |
14 - Support for TCP Fast Open in server_epoll (pending LuaSocket support) | 14 - Support for TCP Fast Open in server_epoll (pending LuaSocket support) |
15 - Support for deferred accept in server_epoll (pending LuaSocket support) | 15 - Support for deferred accept in server_epoll (pending LuaSocket support) |
16 | |
17 ### Security and authentication | |
18 | |
19 - Advertise supported SASL Channel-Binding types (XEP-0440) | |
16 | 20 |
17 0.12.0 | 21 0.12.0 |
18 ====== | 22 ====== |
19 | 23 |
20 **2022-03-14** | 24 **2022-03-14** |