diff options
author | Kim Alvefur <zash@zash.se> | 2021-01-30 01:18:33 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-01-30 01:18:33 +0100 |
commit | b97394ed9f03cb51b836185c5e766df39cf84a76 (patch) | |
tree | ea184f5d7614ae0fb62a58980d8012f74de9b81c /doc/doap.xml | |
parent | dcc391f18751482569fbd047655c4edf2b36c90c (diff) | |
download | prosody-b97394ed9f03cb51b836185c5e766df39cf84a76.tar.gz prosody-b97394ed9f03cb51b836185c5e766df39cf84a76.zip |
doap: Fix off by 200 in RFC number
Diffstat (limited to 'doc/doap.xml')
-rw-r--r-- | doc/doap.xml | 2 |
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> |