From e4a1b9cde9e975209c76e5e7322a14336b42f18f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 5 Jul 2008 23:57:07 -0400 Subject: optionally queue jabber confirmations darcs-hash:20080706035707-84dde-5403fe9bcb017c401fe5847527628df548e54499.gz --- lib/jabber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/jabber.php b/lib/jabber.php index 9b6d1c71a..0b5aae4ea 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -93,7 +93,7 @@ function jabber_confirm_address($code, $nickname, $address) { '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); + return jabber_send_message($address, $body); } function jabber_special_presence($type, $to=NULL, $show=NULL, $status=NULL) { -- cgit v1.2.3-54-g00ecf