aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-11-29 23:27:51 +0100
committerKim Alvefur <zash@zash.se>2019-11-29 23:27:51 +0100
commit0fdb85997abd2be59252595b1fec9e46389da586 (patch)
tree69d0f584473e7af9d56eba8aa56dd07be64a0954 /CHANGES
parente354f1abd8ca2fb0fc2c25c1c61c1866cc41d5eb (diff)
downloadprosody-0fdb85997abd2be59252595b1fec9e46389da586.tar.gz
prosody-0fdb85997abd2be59252595b1fec9e46389da586.zip
mod_net_multiplex: Add support for using ALPN
Potentially a bit more efficient since it can jump to the selected protocol on connect instead of waiting for some data to look at. Adds a 'protocol' field to net providers for this purpose.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e451d3f5..2e6caf0d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,7 @@ TRUNK
- Bi-directional server-to-server (XEP-0288)
- Built-in HTTP server now handles HEAD requests
- MUC presence broadcast controls
+- ALPN support in mod\_net\_multiplex
0.11.0
======