1 package Thrasher
::Protocol
::Purple
::ICQ
;
7 Thrasher::Protocol::Purple::AIM - protocol for connection to AOL
8 Instant Messenger using libpurple
12 use base
"Thrasher::Protocol::Purple";
14 use Thrasher
::Log
qw(log debug);
15 use CGI
qw(escapeHTML);
22 my ($self, $body_text) = @_;
24 return escapeHTML
($body_text);
27 sub process_remote_username
{
30 $s =~ tr/[A-Z]/[a-z]/;
36 sub identifier
{ "icq" }
37 sub gateway_prompt
{ "Enter ICQ identifier:" }
38 sub gateway_desc
{ "Enter ICQ identifier:" }