stub for jabber_is_subscribed

darcs-hash:20080626183117-34904-62bd1ba2aab5cf8a0d351b3b600369fec7956b3f.gz
This commit is contained in:
Evan Prodromou 2008-06-26 14:31:17 -04:00
parent f5caccc827
commit faf02d5126
1 changed files with 5 additions and 0 deletions

View File

@ -138,3 +138,8 @@ function jabber_broadcast_notice($notice) {
function jabber_format_notice(&$profile, &$notice) {
return $profile->nickname . ': ' . $notice->content;
}
# Dike this out for now
function jabber_is_subscribed($address) {
return false;
}