Net::Msmgr

Microsoft Network Chat Client Toolkit
Download

Net::Msmgr Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Scott Lawrence Statton
  • Publisher web site:
  • http://search.cpan.org/~slstat/

Net::Msmgr Tags


Net::Msmgr Description

Microsoft Network Chat Client Toolkit 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;OVERVIEWThis 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. Requirements: · Perl


Net::Msmgr Related Software