summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/jabber.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/jabber.php b/lib/jabber.php
index b0dc24bd0..cb30fc023 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;
}