diff options
author | Kim Alvefur <zash@zash.se> | 2019-11-29 23:27:51 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-11-29 23:27:51 +0100 |
commit | 0fdb85997abd2be59252595b1fec9e46389da586 (patch) | |
tree | 69d0f584473e7af9d56eba8aa56dd07be64a0954 /doc | |
parent | e354f1abd8ca2fb0fc2c25c1c61c1866cc41d5eb (diff) | |
download | prosody-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 'doc')
-rw-r--r-- | doc/doap.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 673e0c23..1633e2f3 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -51,6 +51,7 @@ <implements rdf:resource="https://www.rfc-editor.org/info/rfc6121"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6122"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> + <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> <!-- Added in hg:0bbbc9042361 released in 0.6.0 --> <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"/> |