The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::YahooMessenger::CRAM - Yahoo Messenger Challenge-Response Authentication Mechanism.

SYNOPSIS

  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();

DESCRIPTION

Net::YahooMessenger::CRAM is Challenge-Response Authentication Mechanism for Yahoo Messenger protocol version 9.

DEPENDENCIES

This module requires these other modules:

  • Digest::MD5;

AUTHOR

Hiroyuki OYAMA <oyama@crayfish.co.jp> http://ymca.infoware.ne.jp/

COPYRIGHT

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.