fix for --skip-xmpp hack -- forgot to do it on the ping & confirm handlers
This commit is contained in:
parent
58bc33850a
commit
038287c1ff
@ -70,7 +70,7 @@ class IoMaster
|
||||
$classes = array();
|
||||
if (Event::handle('StartIoManagerClasses', array(&$classes))) {
|
||||
$classes[] = 'QueueManager';
|
||||
if (common_config('xmpp', 'enabled')) {
|
||||
if (common_config('xmpp', 'enabled') && !defined('XMPP_EMERGENCY_FLAG')) {
|
||||
$classes[] = 'XmppManager'; // handles pings/reconnects
|
||||
$classes[] = 'XmppConfirmManager'; // polls for outgoing confirmations
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user