diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-20 18:48:10 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-20 18:48:10 +0200 |
commit | 4caf87fa9d93fb224dbc5492a5f20adb845d27c5 (patch) | |
tree | 1f70e73255ebdaf50c1376b811763e68ee780874 /doc | |
parent | 04cb4aa218ec524bd0852e87ca72f8cd7f1d9033 (diff) | |
download | prosody-4caf87fa9d93fb224dbc5492a5f20adb845d27c5.tar.gz prosody-4caf87fa9d93fb224dbc5492a5f20adb845d27c5.zip |
doap: Sort <implements> by XEP number
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index bfad0b62..d97d39d7 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -426,13 +426,6 @@ </implements> <implements> <xmpp:SupportedXep> - <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0286.html"/> - <xmpp:since>0.11</xmpp:since> - <xmpp:note>mod_csi_simple</xmpp:note> - </xmpp:SupportedXep> - </implements> - <implements> - <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0280.html"/> <xmpp:version>0.12.1</xmpp:version> <xmpp:status>complete</xmpp:status> @@ -441,6 +434,13 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0286.html"/> + <xmpp:since>0.11</xmpp:since> + <xmpp:note>mod_csi_simple</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0288.html"/> <xmpp:version>1.0.1</xmpp:version> <xmpp:status>complete</xmpp:status> |