summaryrefslogtreecommitdiff
path: root/lib/jabber.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlezvous.ca>2008-06-26 14:31:17 -0400
committerEvan Prodromou <evan@controlezvous.ca>2008-06-26 14:31:17 -0400
commitfaf02d51260dad01399e967a0baab38cb4e0d7f8 (patch)
treedbe2fcc93c564eabdac9c64069090085ac8096d5 /lib/jabber.php
parentf5caccc8276252edcffa7fb3dc778cba7bc50d0a (diff)
stub for jabber_is_subscribed
darcs-hash:20080626183117-34904-62bd1ba2aab5cf8a0d351b3b600369fec7956b3f.gz
Diffstat (limited to 'lib/jabber.php')
-rw-r--r--lib/jabber.php5
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;
+}