diff options
author | Kim Alvefur <zash@zash.se> | 2025-03-23 19:47:34 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2025-03-23 19:47:34 +0100 |
commit | 4068c2802356d92efb80a2b335568f9ebdfac219 (patch) | |
tree | 8bbd4f92b4882375a138666964bca9ea7b7f192b /doc | |
parent | faed304d55dfc2bb26730b78e3d54fea23573b5c (diff) | |
download | prosody-4068c2802356d92efb80a2b335568f9ebdfac219.tar.gz prosody-4068c2802356d92efb80a2b335568f9ebdfac219.zip |
doap: Add XEP-0156 and mod_http_altconnect
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 9c97ef1c..73c2c5da 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> |