diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-09 23:19:42 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-09 23:19:42 +0200 |
commit | 72380e22ade1ad646b411933d9311bcc96fed5d4 (patch) | |
tree | 9ab312df01bb43b6393ee637fe67eca08e94a314 /doc | |
parent | aa602d57688607475e3ba37d73df7f8742ca5cdc (diff) | |
download | prosody-72380e22ade1ad646b411933d9311bcc96fed5d4.tar.gz prosody-72380e22ade1ad646b411933d9311bcc96fed5d4.zip |
doap: Fix element name typo (node -> note)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 81322722..5f20efaf 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -196,13 +196,13 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0107.html"/> - <node>via XEP-0163</node> + <xmpp:note>via XEP-0163</xmpp:note> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0108.html"/> - <node>via XEP-0163</node> + <xmpp:note>via XEP-0163</xmpp:note> </xmpp:SupportedXep> </implements> <implements> @@ -221,7 +221,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0118.html"/> - <node>via XEP-0163</node> + <xmpp:note>via XEP-0163</xmpp:note> </xmpp:SupportedXep> </implements> <implements> |