aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-01-30 01:18:33 +0100
committerKim Alvefur <zash@zash.se>2021-01-30 01:18:33 +0100
commitb97394ed9f03cb51b836185c5e766df39cf84a76 (patch)
treeea184f5d7614ae0fb62a58980d8012f74de9b81c
parentdcc391f18751482569fbd047655c4edf2b36c90c (diff)
downloadprosody-b97394ed9f03cb51b836185c5e766df39cf84a76.tar.gz
prosody-b97394ed9f03cb51b836185c5e766df39cf84a76.zip
doap: Fix off by 200 in RFC number
-rw-r--r--doc/doap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml
index b91f2dbe..c53b1cd3 100644
--- a/doc/doap.xml
+++ b/doc/doap.xml
@@ -54,7 +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://www.rfc-editor.org/info/rfc7590"/>
<implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/">
<!-- since=0.6.0 note=Added in hg:0bbbc9042361 -->
</implements>