Send a single ICQ message

E

Eric S Ma

I need to send single messages to another ICQ client. There is no need
to get any response back from the client. I tried Net::ICQ but to no
avail. My code is as follows:

use Net::ICQ;

my $icq = Net::ICQ->new(MYUSERID, PASSWORD, "login.icq.com", 5190);
$icq->connect();
die "Unable to connect" if ! $icq->connected();

my $params = { 'type' => 1,
'text' => 'Hello world',
'receiver_uin' => HISUSERID
};
$icq->send_event('CMD_SEND_MESSAGE', $params);

$icq->start();

Any help is appreciated.

Eric --
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top