Page MenuHomeDevCentral

Enable XMPP over TLS
Closed, ResolvedPublic

Description

Per XEP-0368, "Provides users a virtually zero overhead way to bypass restrictive firewalls that only allow HTTP over port 80 and HTTPS over port 443. For servers, it allows multiple services to run on the same port."

https://xmpp.nasqueron.org/dns-check.jsp should help to configure this according https://github.com/igniterealtime/Openfire/pull/1450 but it's not clear what's the actual effect

Related Objects

Event Timeline

Previously already published

_xmpp-client._tcp.nasqueron.org. 86400 IN SRV 0 0 5222 xmpp.nasqueron.org.
_xmpp-server._tcp.nasqueron.org. 86400 IN SRV 0 0 5269 xmpp.nasqueron.org.

Added for xmpps

_xmpps-client._tcp.nasqueron.org. 86400 IN SRV 0 0 5223 xmpp.nasqueron.org.
_xmpps-server._tcp.nasqueron.org. 86400 IN SRV 0 0 5270 xmpp.nasqueron.org.

dereckson renamed this task from Publish SRV records for XMPP over TLS to Enable XMPP over TLS.Feb 4 2020, 23:36
dereckson claimed this task.

DNS have been published, server is configured to listen to those ports, Docker container too.