summaryrefslogtreecommitdiff
path: root/lib/queued_xmpp.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/queued_xmpp.php')
-rw-r--r--lib/queued_xmpp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/queued_xmpp.php b/lib/queued_xmpp.php
index 4b890c4ca..fdd074db2 100644
--- a/lib/queued_xmpp.php
+++ b/lib/queued_xmpp.php
@@ -63,7 +63,7 @@ class Queued_XMPP extends XMPPHP_XMPP
*/
public function send($msg, $timeout=NULL)
{
- $qm = QueueManager::get();
+ $qm = QueueManager::get('xmppout');
$qm->enqueue(strval($msg), 'xmppout');
}