| Net-YahooMessenger documentation | view source | Contained in the Net-YahooMessenger distribution. |
Net::YahooMessenger::CRAM - Yahoo Messenger Challenge-Response Authentication Mechanism.
my $cram = Net::YahooMessenger::CRAM->new(); $cram->set_id($your_yahoo_id); $cram->set_password($your_password); $cram->set_challenge_string($string_from_server); my ($response_type6, $response_type96) = $cram->get_response_strings();
Net::YahooMessenger::CRAM is Challenge-Response Authentication Mechanism for Yahoo Messenger protocol version 9.
This module requires these other modules:
Hiroyuki OYAMA <oyama@crayfish.co.jp> http://ymca.infoware.ne.jp/
Copyright (C) 2002 Hiroyuki OYAMA. Japan. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Please refer to the use agreement of Yahoo! about use of the Yahoo!Messenger serice.
| Net-YahooMessenger documentation | view source | Contained in the Net-YahooMessenger distribution. |