diff options
author | Kim Alvefur <zash@zash.se> | 2023-03-16 13:20:19 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-03-16 13:20:19 +0100 |
commit | 8aecd1981204a28d2ed2754c3d302995722eebcb (patch) | |
tree | c18b3e42ff58ac3d0d26ad7b340d019fe7529f4f /doc | |
parent | 566a991f8499d815314b695cb52959f334bcb9e9 (diff) | |
download | prosody-8aecd1981204a28d2ed2754c3d302995722eebcb.tar.gz prosody-8aecd1981204a28d2ed2754c3d302995722eebcb.zip |
doap: Sort by XEP number
To keep them sorted.
Not pedantic at all!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 244eb14b..05a19722 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -844,18 +844,18 @@ </implements> <implements> <xmpp:SupportedXep> - <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0441.html"/> - <xmpp:version>0.2.0</xmpp:version> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0440.html"/> + <xmpp:version>0.4.0</xmpp:version> + <xmpp:since>trunk</xmpp:since> <xmpp:status>complete</xmpp:status> - <xmpp:note>Broken out of XEP-0313</xmpp:note> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> - <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0440.html"/> - <xmpp:version>0.4.0</xmpp:version> - <xmpp:since>trunk</xmpp:since> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0441.html"/> + <xmpp:version>0.2.0</xmpp:version> <xmpp:status>complete</xmpp:status> + <xmpp:note>Broken out of XEP-0313</xmpp:note> </xmpp:SupportedXep> </implements> <implements> |