Mercurial > prosody-hg
diff prosody @ 1106:b51a65066595
prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 04 May 2009 19:28:16 +0100 |
| parents | 5b7b2d2e9a33 |
| children | 507702cf44f8 |
line wrap: on
line diff
--- a/prosody Mon May 04 19:08:55 2009 +0100 +++ b/prosody Mon May 04 19:28:16 2009 +0100 @@ -156,6 +156,7 @@ 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
