diff options
author | Evan Prodromou <evan@controlezvous.ca> | 2008-06-26 16:31:03 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlezvous.ca> | 2008-06-26 16:31:03 -0400 |
commit | 48cac45fd9e2c13ee66b32059552acf831515599 (patch) | |
tree | 9b1d44cb788d2d3c5fbc727cb48d45c357974049 /lib/jabber.php | |
parent | 31b5ae1523c4f64159f00b32683912da1a9fb474 (diff) |
don't bother with subscription hoohaw; just ask the user to do it
darcs-hash:20080626203103-34904-19ef53bc734622a310a705608f3e227e2f387904.gz
Diffstat (limited to 'lib/jabber.php')
-rw-r--r-- | lib/jabber.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/jabber.php b/lib/jabber.php index 8f23e75b5..7630d8cd2 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -142,8 +142,3 @@ 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; -} |