diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-05 23:57:07 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-05 23:57:07 -0400 |
commit | e4a1b9cde9e975209c76e5e7322a14336b42f18f (patch) | |
tree | e9ffb52295411abc5d1711cfdcee06c579a9c05e /lib | |
parent | 13ac93481c7080434329e83caf52db9c95692e17 (diff) |
optionally queue jabber confirmations
darcs-hash:20080706035707-84dde-5403fe9bcb017c401fe5847527628df548e54499.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/jabber.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |