diff options
Diffstat (limited to 'xmppdaemon.php')
-rwxr-xr-x | xmppdaemon.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php index 772e99d3d..bab614cb3 100755 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -362,6 +362,8 @@ class XMPPDaemon { $confirm = new Confirm_address(); $confirm->sent = NULL; $confirm->claimed = NULL; + # XXX: eventually we could do other confirmations in the queue, too + $confirm->address_type = 'jabber'; $confirm->orderBy('modified DESC'); $confirm->limit(1); if ($confirm->find(TRUE)) { |