diff options
author | Kim Alvefur <zash@zash.se> | 2019-11-15 16:49:31 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-11-15 16:49:31 +0100 |
commit | 5af4eb8be2082c6b22f66037bb54d539f78ba942 (patch) | |
tree | 246d4c6baf270590072f8edf42ac3351697a2c24 /doc | |
parent | ecb6218ce7e485970e1bc56f9464df13e739f878 (diff) | |
download | prosody-5af4eb8be2082c6b22f66037bb54d539f78ba942.tar.gz prosody-5af4eb8be2082c6b22f66037bb54d539f78ba942.zip |
doap: Sort XEPs by number
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 16 |
1 files changed, 8 insertions, 8 deletions
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> |