AOL-TOC
view release on metacpan or search on metacpan
# Autoload methods go after =cut, and are processed by the autosplit program.
=head1 NAME
AOL::TOC - Perl extension for interfacing with AOL's AIM service
=head1 SYNOPSIS
use AOL::TOC;
$toc = AOL::TOC::new($toc_server, $login_server, $port,
$screenname, $password);
$toc->connect();
=head1 DESCRIPTION
This module implements SFLAP, which I presume to be AOL's authenticiation
protocol, and TOC, which is the actual "meat" of the AIM protocol.
=head1 INTERFACE
tocbot/tocbot.config view on Meta::CPAN
#
# tocbot.config
#
@tocbot_modules = ("ident", "relay", "do", "fortune");
%tocbot_config = (
tochost => "toc.oscar.aol.com",
authorizer => "login.oscar.aol.com",
port => 443,
nickname => "vaxd00d",
password => "qazwsx"
)
( run in 1.265 second using v1.01-cache-2.11-cpan-49f99fa48dc )