Software /
code /
prosody
Diff
doc/doap.xml @ 10316:74b49c8b1b79
doap: Fix missing '0' in URL to XEP-0288
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 10 Oct 2019 23:39:32 +0200 |
parent | 10313:b52f916e1813 |
child | 10317:b6979e3ecce1 |
line wrap: on
line diff
--- a/doc/doap.xml Thu Oct 10 20:46:27 2019 +0200 +++ b/doc/doap.xml Thu Oct 10 23:39:32 2019 +0200 @@ -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>