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 | 3cbece6dc346c22f5cd9f07a0921a84daec0cdee (patch) | |
tree | 0a71fd39648ff7ecc2edf3796b2e0f8c04decb5e /doc | |
parent | 690775a9b4cc8b36c5f46211c713d4638cc99c1c (diff) | |
download | prosody-3cbece6dc346c22f5cd9f07a0921a84daec0cdee.tar.gz prosody-3cbece6dc346c22f5cd9f07a0921a84daec0cdee.zip |
doap: Reorder tags for consistency
It's nice when `grep version.1 -B1` shows XEPs with 1.x versions
Diffstat (limited to 'doc')
-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> |