Apparently CPAN does not have any MSN related modules, so the best approach could be writing a module yourself. Your program could then rely on this module for dealing with the MSN protocol.

You could start studying existent messaging modules (ICQ, Jabber, AOL come to mind) to implement a similar interface for the MSN protocol.

If you're looking for MSN related software, another good source is freshmeat, where you can find, among others, Everybuddy, Gabber, gaim, Imici Messenger, Jabber, MSNj.

I remember I saw jaim once, it was a Perl AOL compatible command line instant messenger, unfortunately the link seems to be broken now nd there is no trace of it on freshmeat or sourceforge. Google maybe? It would be interesting, I think, to study another Perl command line messenger.

Don't forget to check search engines again for MSN protocol details, a quick Google search lead to this document for example.

Have fun, and don't forget to share the module with us on CPAN (it may be worth checking some MS legal mumbo jumbo first, you never know with those guys and their "technology")

-- TMTOWTDI


In reply to Re: Perl and MSN by trantor
in thread Perl and MSN by shadox

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.