diff options
author | Kim Alvefur <zash@zash.se> | 2021-01-29 23:17:08 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-01-29 23:17:08 +0100 |
commit | 2b988f0786477ff5d7104a6ceedc4783453d8496 (patch) | |
tree | cc46cd81363301f354e42f0ee36c8a3637983b08 /doc | |
parent | 89944af9a4f997bec210c8190b1f1903169d9b0d (diff) | |
download | prosody-2b988f0786477ff5d7104a6ceedc4783453d8496.tar.gz prosody-2b988f0786477ff5d7104a6ceedc4783453d8496.zip |
mod_tls: Attempt STARTTLS even if not advertised as per RFC 7590
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 3581a3e6..b91f2dbe 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -54,6 +54,7 @@ <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"/> + <implements rdf:resource="https://www.rfc-editor.org/info/rfc7390"/> <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"> <!-- since=0.6.0 note=Added in hg:0bbbc9042361 --> </implements> |