From 3f1f1427d9d65215af7546de2ad5c16120f44857 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 6 Jul 2008 03:13:19 -0400 Subject: [PATCH] enable confirmation queue darcs-hash:20080706071319-d018c-c2ad1a7672a53586d0232a205a62cf5c5ee10fcd.gz --- xmppdaemon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmppdaemon.php b/xmppdaemon.php index 22b957c971..e5c5c20afb 100755 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -95,7 +95,7 @@ class XMPPDaemon { } $this->broadcast_queue(); -# $this->confirmation_queue(); + $this->confirmation_queue(); } }