From db2d79cd31f6cdf4d7f45b2ef610f3fb40df564d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 26 Jun 2008 14:11:44 -0400 Subject: some UI changes to the IM settings darcs-hash:20080626181144-34904-87503e70e6705b06ebb6c19910583f4fba1b22e0.gz --- lib/jabber.php | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'lib/jabber.php') diff --git a/lib/jabber.php b/lib/jabber.php index 340264cc2..6ae3af208 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -81,22 +81,15 @@ function jabber_send_presence($status, $show='available', $to=Null) { } function jabber_confirm_address($code, $nickname, $address) { - - # Fire off a subscription, just in case - - jabber_special_presence('subscribe', $address); - - # Hopefully this goes through if we're not already subscribed - $body = 'User "' . $nickname . '" on ' . common_config('site', 'name') . ' ' . 'has said that your Jabber ID belongs to them. ' . - 'If that\'s true, you can confirm by clicking on this URL: ' . - common_local_url('confirmaddress', array('code' => $code)) . - ' . (If you cannot click it, copy-and-paste it into the ' . - 'address bar of your browser). If that user isn\'t you, ' . - 'or if you didn\'t request this confirmation, just ignore this message.'; + 'If that\'s true, you can confirm by clicking on this URL: ' . + common_local_url('confirmaddress', array('code' => $code)) . + ' . (If you cannot click it, copy-and-paste it into the ' . + 'address bar of your browser). If that user isn\'t you, ' . + 'or if you didn\'t request this confirmation, just ignore this message.'; - jabber_send_message($address, $body); + jabber_send_message($address, $body); } function jabber_special_presence($type, $to=NULL, $show=NULL, $status=NULL) { -- cgit v1.2.3-54-g00ecf