From 1153c39ab12715159d897b4389319bcabc5a0d33 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Fri, 15 Nov 2019 16:49:31 +0100
Subject: doap: Sort XEPs by number

---
 doc/doap.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

(limited to 'doc')

diff --git a/doc/doap.xml b/doc/doap.xml
index d1d4ad8b..673e0c23 100644
--- a/doc/doap.xml
+++ b/doc/doap.xml
@@ -228,22 +228,22 @@
     </implements>
     <implements>
       <xmpp:SupportedXep>
-        <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0124.html"/>
-        <xmpp:since>0.2</xmpp:since>
+        <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0122.html"/>
+        <xmpp:version>1.0.2</xmpp:version>
+        <xmpp:since>0.11</xmpp:since>
+        <xmpp:status>partial</xmpp:status>
       </xmpp:SupportedXep>
     </implements>
     <implements>
       <xmpp:SupportedXep>
-        <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0126.html"/>
-        <xmpp:until>0.10</xmpp:until>
+        <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0124.html"/>
+        <xmpp:since>0.2</xmpp:since>
       </xmpp:SupportedXep>
     </implements>
     <implements>
       <xmpp:SupportedXep>
-        <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0122.html"/>
-        <xmpp:version>1.0.2</xmpp:version>
-        <xmpp:since>0.11</xmpp:since>
-        <xmpp:status>partial</xmpp:status>
+        <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0126.html"/>
+        <xmpp:until>0.10</xmpp:until>
       </xmpp:SupportedXep>
     </implements>
     <implements>
-- 
cgit v1.2.3