diff options
author | Kim Alvefur <zash@zash.se> | 2019-11-03 17:43:14 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-11-03 17:43:14 +0100 |
commit | ad623682976153a33031aa9c78db936fcea0a491 (patch) | |
tree | 0a71fd39648ff7ecc2edf3796b2e0f8c04decb5e | |
parent | 0be184cb1d2157da3dce8ab3adcb5b9b8a0e94cc (diff) | |
download | prosody-ad623682976153a33031aa9c78db936fcea0a491.tar.gz prosody-ad623682976153a33031aa9c78db936fcea0a491.zip |
doap: Reorder tags for consistency
It's nice when `grep version.1 -B1` shows XEPs with 1.x versions
-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 d97d39d7..935b5eb4 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -57,8 +57,8 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/> - <xmpp:status>complete</xmpp:status> <xmpp:version>2.9</xmpp:version> + <xmpp:status>complete</xmpp:status> </xmpp:SupportedXep> </implements> <implements> |