From 21c08d9f27ba85bf8f6ec07905556c93c254c232 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 4 May 2009 19:28:16 +0100 Subject: prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections --- prosody | 1 + 1 file changed, 1 insertion(+) (limited to 'prosody') diff --git a/prosody b/prosody index 8e85847f..8b6b8ae6 100755 --- a/prosody +++ b/prosody @@ -156,6 +156,7 @@ end net_activate_ports("c2s", "xmppclient", {5222}, (global_ssl_ctx and "tls") or "tcp"); net_activate_ports("s2s", "xmppserver", {5269}, "tcp"); +net_activate_ports("component", "xmppcomponent", {}, "tcp"); net_activate_ports("legacy_ssl", "xmppclient", {}, "ssl"); if cl.get("console") then -- cgit v1.2.3