From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

POE::Component::Client::MSN - POE Component for MSN Messenger

SYNOPSIS

use POE qw(Component::Client::MSN);
# spawn MSN session
POE::Component::Client::MSN->spawn(Alias => 'msn');
# register your session as MSN observer
$kernel->post(msn => 'register');
# tell MSN how to connect servers
$kernel->post(msn => connect => {
username => 'yourname',
password => 'xxxxxxxx',
});
sub msn_goes_online {
my $event = $_[ARG0];
print $event->username, " goes online.\n";
}
$poe_kernel->run;

DESCRIPTION

POE::Component::Client::MSN is a POE component to connect MSN Messenger server.

AUTHOR

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

David Davis <xantus@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

POE, POE::Component::YahooMessenger

http://www.hypothetic.org/docs/msn/research/msnp9.php

http://www.chat.solidhouse.com/