Software /
code /
prosody
Comparison
doc/doap.xml @ 11774:4625093b0768
mod_s2s: Add a Direct TLS listener
Mirroring the c2s 'direct_tls'. Naming things is hard.
direct_tls_s2s_ports = { 5269+1 }
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 10 Aug 2021 20:55:43 +0200 |
parent | 11770:d2a9aa1c7ac8 |
child | 11778:f254fd16218a |
comparison
equal
deleted
inserted
replaced
11773:c5f2b63cf6ff | 11774:4625093b0768 |
---|---|
639 <xmpp:SupportedXep> | 639 <xmpp:SupportedXep> |
640 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/> | 640 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0368.html"/> |
641 <xmpp:version>1.1.0</xmpp:version> | 641 <xmpp:version>1.1.0</xmpp:version> |
642 <xmpp:status>partial</xmpp:status> | 642 <xmpp:status>partial</xmpp:status> |
643 <xmpp:since>0.2.0</xmpp:since> | 643 <xmpp:since>0.2.0</xmpp:since> |
644 <xmpp:note>c2s only direct_tls_ports, formerly legacy_ssl_ports</xmpp:note> | 644 <xmpp:note>direct_tls_ports (formerly legacy_ssl_ports) for c2s and direct_tls_s2s_ports for s2s</xmpp:note> |
645 </xmpp:SupportedXep> | 645 </xmpp:SupportedXep> |
646 </implements> | 646 </implements> |
647 <implements> | 647 <implements> |
648 <xmpp:SupportedXep> | 648 <xmpp:SupportedXep> |
649 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0380.html"/> | 649 <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0380.html"/> |