diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-06-26 14:31:17 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-06-26 14:31:17 -0400 |
commit | faf02d51260dad01399e967a0baab38cb4e0d7f8 (patch) | |
tree | dbe2fcc93c564eabdac9c64069090085ac8096d5 | |
parent | f5caccc8276252edcffa7fb3dc778cba7bc50d0a (diff) |
stub for jabber_is_subscribed
darcs-hash:20080626183117-34904-62bd1ba2aab5cf8a0d351b3b600369fec7956b3f.gz
-rw-r--r-- | lib/jabber.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/jabber.php b/lib/jabber.php index 6ae3af208..842e21c50 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -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; +} |