forked from GNUsocial/gnu-social
stub for jabber_is_subscribed
darcs-hash:20080626183117-34904-62bd1ba2aab5cf8a0d351b3b600369fec7956b3f.gz
This commit is contained in:
parent
f5caccc827
commit
faf02d5126
@ -138,3 +138,8 @@ function jabber_broadcast_notice($notice) {
|
|||||||
function jabber_format_notice(&$profile, &$notice) {
|
function jabber_format_notice(&$profile, &$notice) {
|
||||||
return $profile->nickname . ': ' . $notice->content;
|
return $profile->nickname . ': ' . $notice->content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Dike this out for now
|
||||||
|
function jabber_is_subscribed($address) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user