diff options
author | Kim Alvefur <zash@zash.se> | 2021-09-12 13:37:27 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-09-12 13:37:27 +0200 |
commit | bd0f94c05274fca25f27c9223e0eb09a851522c5 (patch) | |
tree | 229e0cc6bd519f132f2aec918b7ff139b2789c0e /doc | |
parent | d9a9e87af5bae69ea84fdbb6c01782ebd8e175ea (diff) | |
download | prosody-bd0f94c05274fca25f27c9223e0eb09a851522c5.tar.gz prosody-bd0f94c05274fca25f27c9223e0eb09a851522c5.zip |
doap: Specify version of XEP-0227 used
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index bb8a0dd4..5e26b74a 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -496,6 +496,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0227.html"/> + <xmpp:version>1.1</xmpp:version> <xmpp:since>0.7.0</xmpp:since> <xmpp:note>Used in migrator tools</xmpp:note> </xmpp:SupportedXep> |