aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-05-04 19:28:16 +0100
committerMatthew Wild <mwild1@gmail.com>2009-05-04 19:28:16 +0100
commit21c08d9f27ba85bf8f6ec07905556c93c254c232 (patch)
treefb9ca2fb085d51c4dc01fe41bfa07c50d88b27c3 /prosody
parent4366e348c57a16379ae7f2e47a5f71d8dd9fc5f3 (diff)
downloadprosody-21c08d9f27ba85bf8f6ec07905556c93c254c232.tar.gz
prosody-21c08d9f27ba85bf8f6ec07905556c93c254c232.zip
prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody1
1 files changed, 1 insertions, 0 deletions
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