summaryrefslogtreecommitdiff
path: root/scripts/xmppdaemon.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-29 14:17:02 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-29 14:17:02 -0400
commitc4d67892751b17856b235182874c3304890dc2c3 (patch)
treeb31fa8766cfaa2e906cf19862af5bfa50390e6cd /scripts/xmppdaemon.php
parentf652418863182182bb17e0f378194a8648392410 (diff)
split public stream to its own queue handler
Add another queue handler for the public stream. Should further parallelize the work of sending out messages. darcs-hash:20080829181702-84dde-594505aa73d2380b13bd98917b70b02bac597d12.gz
Diffstat (limited to 'scripts/xmppdaemon.php')
-rwxr-xr-xscripts/xmppdaemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php
index b013a34c9..153ab5149 100755
--- a/scripts/xmppdaemon.php
+++ b/scripts/xmppdaemon.php
@@ -259,7 +259,7 @@ class XMPPDaemon {
mb_internal_encoding('UTF-8');
-$resource = ($argc > 1) ? $argv[1] : NULL;
+$resource = ($argc > 1) ? $argv[1] : (common_config('xmpp','resource') . '-listen');
$daemon = new XMPPDaemon($resource);