Software /
code /
prosody
Changeset
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 |
parents | 10315:d4c538a7d655 |
children | 10317:b6979e3ecce1 |
files | doc/doap.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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>