diff options
-rwxr-xr-x | xmppdaemon.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php index 22b957c97..e5c5c20af 100755 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -95,7 +95,7 @@ class XMPPDaemon { } $this->broadcast_queue(); -# $this->confirmation_queue(); + $this->confirmation_queue(); } } |