Net::Msmgr is a Microsoft Network Chat Client Toolkit library.
SYNOPSIS
use Net::Msmgr;
use Net::Msmgr::Sesssion;
use Net::Msmgr::User;
our $session = new Net::Msmgr::Session;
our $user = new Net::Msmgr::User ( user => 'username@msn.com',
password => 'my_password' ) ;
$session->user($user);
$session->login_handler( sub { shift->Logout } ) ;
$session->connect_handler ( ... ) ;
$session->Login;
OVERVIEW
This is a set of perl modules for encapsulating interactions with the Microsoft Network "Messenger" chat system. You might use it to develop clients, or robots. The components are, this module, Net::Msmgr, which contains some non-object helper routines (mostly the authentication chain for using MSNP8 (Protocol version 8) and a handful of manifest constants for debugging.
Product's homepage
Requirements:
· Perl