diff options
author | Kim Alvefur <zash@zash.se> | 2019-09-19 22:25:04 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-09-19 22:25:04 +0200 |
commit | ee98d07a437843f597d79ca3333700c5cc4bd4bc (patch) | |
tree | daa532dc9ad25b2be360182761d3dcf4b8f3af23 /doc | |
parent | 9327a1edc037edc07542c56d221cace8bd8cbdf2 (diff) | |
download | prosody-ee98d07a437843f597d79ca3333700c5cc4bd4bc.tar.gz prosody-ee98d07a437843f597d79ca3333700c5cc4bd4bc.zip |
doap: Add details about most recent XEPs numbered over 300
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 5dc61ed0..57d2246b 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -415,12 +415,15 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0313.html"/> + <xmpp:version>0.6.3</xmpp:version> <xmpp:since>0.10</xmpp:since> + <xmpp:note>mod_mam, mod_muc_mam</xmpp:note> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0318.html"/> + <xmpp:version>0.2</xmpp:version> <xmpp:since>0.9</xmpp:since> <xmpp:note>refers to inclusion of delay stamp in presence</xmpp:note> </xmpp:SupportedXep> @@ -428,25 +431,32 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0352.html"/> + <xmpp:version>0.3.0</xmpp:version> <xmpp:since>0.11</xmpp:since> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0384.html"/> - <xmpp:note>via XEP-0163</xmpp:note> + <xmpp:note>via XEP-0163, XEP-0222</xmpp:note> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0398.html"/> + <xmpp:version>0.2.1</xmpp:version> <xmpp:since>0.11</xmpp:since> + <xmpp:status>complete</xmpp:status> + <xmpp:note>mod_vcard_legacy</xmpp:note> </xmpp:SupportedXep> </implements> <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0410.html"/> + <xmpp:version>1.0.1</xmpp:version> <xmpp:since>0.11</xmpp:since> + <xmpp:status>complete</xmpp:status> + <xmpp:note>Server Optimization</xmpp:note> </xmpp:SupportedXep> </implements> </Project> |