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 | d2639a69153d6c00f39faf48471f7f9bbc34d8a2 (patch) | |
tree | 1f70e73255ebdaf50c1376b811763e68ee780874 /doc | |
parent | 88560a588b9ec3b38bf8deb7d0eff1745c122152 (diff) | |
download | prosody-d2639a69153d6c00f39faf48471f7f9bbc34d8a2.tar.gz prosody-d2639a69153d6c00f39faf48471f7f9bbc34d8a2.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> |