diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-05-04 19:28:16 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-05-04 19:28:16 +0100 |
commit | 21c08d9f27ba85bf8f6ec07905556c93c254c232 (patch) | |
tree | fb9ca2fb085d51c4dc01fe41bfa07c50d88b27c3 /prosody | |
parent | 4366e348c57a16379ae7f2e47a5f71d8dd9fc5f3 (diff) | |
download | prosody-21c08d9f27ba85bf8f6ec07905556c93c254c232.tar.gz prosody-21c08d9f27ba85bf8f6ec07905556c93c254c232.zip |
prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |