diff options
Diffstat (limited to 'scripts/publicqueuehandler.php')
-rwxr-xr-x | scripts/publicqueuehandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publicqueuehandler.php b/scripts/publicqueuehandler.php index 0d95a489f..081ce1e38 100755 --- a/scripts/publicqueuehandler.php +++ b/scripts/publicqueuehandler.php @@ -57,7 +57,7 @@ mb_internal_encoding('UTF-8'); $resource = ($argc > 1) ? $argv[1] : (common_config('xmpp','resource') . '-public'); -$handler = new XmppQueueHandler($resource); +$handler = new PublicQueueHandler($resource); if ($handler->start()) { $handler->handle_queue(); |