new default daemon jid

This commit is contained in:
Evan Prodromou 2009-07-04 01:20:39 -04:00
parent 6d72864618
commit 9dee9e1612
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class XmppQueueHandler extends QueueHandler
if (common_config('xmpp', 'listener')) {
return common_config('xmpp', 'listener');
} else {
return jabber_daemon_address() . '/' . common_config('xmpp','resource') . '-listener';
return jabber_daemon_address() . '/' . common_config('xmpp','resource') . 'daemon';
}
}
}