summaryrefslogtreecommitdiff
path: root/lib/jabber.php
diff options
context:
space:
mode:
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;
+}