aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-01-24 05:35:21 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-01-24 05:35:21 +0500
commit8bcd704830d8097c932e2a55b060f73fd5edd80d (patch)
tree790369f10b4efb2c6e5fa04864098d9f03d8aa92 /prosody
parent05f3218e101d65f7628e38f3b5b9e686fe6f46e4 (diff)
downloadprosody-8bcd704830d8097c932e2a55b060f73fd5edd80d.tar.gz
prosody-8bcd704830d8097c932e2a55b060f73fd5edd80d.zip
prosody: Listen for component connections on port 5347 by default.
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 37a9d92b..829ca4c4 100755
--- a/prosody
+++ b/prosody
@@ -295,7 +295,7 @@ function prepare_to_start()
else
prosody.net_activate_ports("c2s", "xmppclient", {5222});
prosody.net_activate_ports("s2s", "xmppserver", {5269});
- prosody.net_activate_ports("component", "xmppcomponent", {}, "tcp");
+ prosody.net_activate_ports("component", "xmppcomponent", {5347}, "tcp");
prosody.net_activate_ports("legacy_ssl", "xmppclient", {}, "ssl");
end