diff --git a/lib/jabber.php b/lib/jabber.php index b0dc24bd0d..cb30fc0234 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -238,6 +238,7 @@ function jabber_broadcast_notice($notice) { $success = jabber_send_notice($user->jabber, $notice); if ($success) { $sent_to[$user->id] = true; + } else { # XXX: Not sure, but I think that's the right thing to do return false; }