summaryrefslogtreecommitdiff
path: root/lib/util.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlezvous.ca>2008-06-23 21:42:41 -0400
committerEvan Prodromou <evan@controlezvous.ca>2008-06-23 21:42:41 -0400
commita8a2f40696daf5dbb290fd16ce998beb6a219aaf (patch)
tree2a37c2bf750bbdc58e3100c9d651d4d275f49bfa /lib/util.php
parentd1e55b3777fe5c988c6ec605987d5c616cbdbc06 (diff)
broadcast notices to jabber
darcs-hash:20080624014241-34904-39ace8e82e50e5f50c5980b5fb3256184a7c9050.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 7a9bed2c9..014577345 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -649,7 +649,8 @@ function common_broadcast_notice($notice, $remote=false) {
require_once(INSTALLDIR.'/lib/omb.php');
omb_broadcast_remote_subscribers($notice);
}
- // XXX: broadcast notices to Jabber
+ require_once(INSTALLDIR.'/lib/jabber.php');
+ jabber_broadcast_notice($notice);
// XXX: broadcast notices to SMS
// XXX: broadcast notices to other IM
return true;