diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-15 00:21:01 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-15 00:21:01 +0200 |
commit | d105e33dd52253617720739913cc6fb15bdbb15e (patch) | |
tree | cfec9230a3d744ef10be22b79a573c0098ab0a1c /doc | |
parent | 29d64641c9362fd7a9bc83f5f68dc46a647aebb3 (diff) | |
download | prosody-d105e33dd52253617720739913cc6fb15bdbb15e.tar.gz prosody-d105e33dd52253617720739913cc6fb15bdbb15e.zip |
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports
> Server support of XEP-0368 means having the ability to accept direct TLS connections.
This is what legacy_ssl_ports does. First trace of it seems to be 8458be0941e7
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 3d8de106..ed6fc7bb 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -487,6 +487,15 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/> + <xmpp:version>1.1.0</xmpp:version> + <xmpp:status>partial</xmpp:status> + <xmpp:since>0.2</xmpp:since> + <xmpp:note>legacy_ssl_ports</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0380.html"/> <xmpp:version>0.3.0</xmpp:version> <xmpp:since>0.11</xmpp:since> |