diff options
author | Kim Alvefur <zash@zash.se> | 2021-03-02 22:57:20 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-03-02 22:57:20 +0100 |
commit | 9f53eecfa48f442f2987d7d137f1f90a59e66f4b (patch) | |
tree | 92c12d5fc8926c9adff1cdfba8942022783e126a /doc | |
parent | bef26775f15c97bde4989d2a39652b0a4c362abf (diff) | |
download | prosody-9f53eecfa48f442f2987d7d137f1f90a59e66f4b.tar.gz prosody-9f53eecfa48f442f2987d7d137f1f90a59e66f4b.zip |
doap: Add RFC 7673
Supported in the DNS layer, this isn't RFC about how to use it in XMPP.
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 c53b1cd3..75b4aac8 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -55,6 +55,7 @@ <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/rfc7590"/> + <implements rdf:resource="https://www.rfc-editor.org/info/rfc7673"/> <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"> <!-- since=0.6.0 note=Added in hg:0bbbc9042361 --> </implements> |