diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-05 18:06:59 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-05 18:06:59 +0100 |
commit | 3ea03a88352ae0475e7597b7691996e71ab09d9b (patch) | |
tree | 85381b799eefbd57274da399986ed81c132bf22e | |
parent | 1c35b0bb967c236d816c36ebb3ac9e630d283eba (diff) | |
download | prosody-3ea03a88352ae0475e7597b7691996e71ab09d9b.tar.gz prosody-3ea03a88352ae0475e7597b7691996e71ab09d9b.zip |
doap: Reference RFC 6331 which deprecated SASL DIGEST-MD5
-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 b5dd54d5..234a5fc2 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -51,6 +51,7 @@ <implements rdf:resource="https://www.rfc-editor.org/info/rfc6120"/> <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/rfc6331"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7233"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/> |