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 | 945ec3c73e6dfc66767e7283af345f5d0eaa2b8b (patch) | |
tree | cfec9230a3d744ef10be22b79a573c0098ab0a1c /doc | |
parent | 76c7cb9560f56dd3a24b26ff72182cd34a2a350c (diff) | |
download | prosody-945ec3c73e6dfc66767e7283af345f5d0eaa2b8b.tar.gz prosody-945ec3c73e6dfc66767e7283af345f5d0eaa2b8b.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> |