Only try sending xmpp notices if xmpp is enabled

darcs-hash:20080722082653-533db-14e277869986f0c4f0df0f84eec9c5d39626956d.gz
This commit is contained in:
Mike Cochrane 2008-07-22 04:26:53 -04:00
parent b48e3bcf59
commit bdfe3ca524
1 changed files with 3 additions and 0 deletions

View File

@ -205,6 +205,9 @@ function jabber_special_presence($type, $to=NULL, $show=NULL, $status=NULL) {
}
function jabber_broadcast_notice($notice) {
if (!common_config('xmpp', 'enabled')) {
return true;
}
$profile = Profile::staticGet($notice->profile_id);
if (!$profile) {
common_log(LOG_WARNING, 'Refusing to broadcast notice with ' .