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


Net-YahooMessenger documentation  | view source Contained in the Net-YahooMessenger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

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

DEPENDENCIES

Top

This module requires these other modules:

* Digest::MD5;

AUTHOR

Top

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

COPYRIGHT

Top


Net-YahooMessenger documentation  | view source Contained in the Net-YahooMessenger distribution.