diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-10 23:39:32 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-10 23:39:32 +0200 |
commit | d9639ab531002b59206e1cc00f8e1f58c5a6c2ae (patch) | |
tree | 54a5c425743460084f049cc690056ef16de9878e /doc | |
parent | 8340ca2b183123ba1c1b2d78a155c727f70a9b10 (diff) | |
download | prosody-d9639ab531002b59206e1cc00f8e1f58c5a6c2ae.tar.gz prosody-d9639ab531002b59206e1cc00f8e1f58c5a6c2ae.zip |
doap: Fix missing '0' in URL to XEP-0288
Diffstat (limited to 'doc')
-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 76f9cae1..8bc1c4fb 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -415,7 +415,7 @@ </implements> <implements> <xmpp:SupportedXep> - <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-288.html"/> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0288.html"/> <xmpp:since>0.12</xmpp:since> </xmpp:SupportedXep> </implements> |