diff prosody @ 1112:e8a00a2ea910

Merge with 0.4
author Matthew Wild <mwild1@gmail.com>
date Mon, 04 May 2009 19:57:05 +0100
parents b51a65066595
children 507702cf44f8
line wrap: on
line diff
--- a/prosody	Sun May 03 17:24:57 2009 +0100
+++ b/prosody	Mon May 04 19:57:05 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