diff options
author | Kim Alvefur <zash@zash.se> | 2025-03-23 20:19:09 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2025-03-23 20:19:09 +0100 |
commit | 3d5416fa91f3d9ad645d9f5d68fb8fcec6918412 (patch) | |
tree | 890c4bcbfb1b0ee02ce8e8c7a88ab23a8949781e /doc | |
parent | d3899c1e16cb15638278ada79279bd10d4aefbb6 (diff) | |
parent | be51e54c680fd94303a5e8681fd5340503976f0b (diff) | |
download | prosody-master.tar.gz prosody-master.zip |
Merge 13.0->trunkHEADorigin/mastermaster
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 9c97ef1c..79bf8a2e 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -381,6 +381,15 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0156.html"/> + <xmpp:version>1.4.0</xmpp:version> + <xmpp:since>13.0.0</xmpp:since> + <xmpp:status>complete</xmpp:status> + <xmpp:note>mod_http_altconnect</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0157.html"/> <xmpp:version>1.1.1</xmpp:version> <xmpp:since>0.10.0</xmpp:since> @@ -717,6 +726,24 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0333.html"/> + <xmpp:version>1.0.0</xmpp:version> + <xmpp:since>0.10.0</xmpp:since> + <xmpp:status>partial</xmpp:status> + <xmpp:note>Used in mod_mam and mod_muc</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0334.html"/> + <xmpp:version>1.0.0</xmpp:version> + <xmpp:since>0.10.0</xmpp:since> + <xmpp:status>complete</xmpp:status> + <xmpp:note>Used in mod_carbons, mod_mam, and mod_muc</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0352.html"/> <xmpp:version>1.0.0</xmpp:version> <xmpp:since>0.11.0</xmpp:since> |