stonecolddevin has asked for the wisdom of the Perl Monks concerning the following question:

Hi all,

Research might answer this question for me, but I'd like to see what my fellow monks have to say:

What kind of, if any, perl messenger api's does perl have? With all the new API's in the latest java SDK, including the mobile messaging api, I thought it would be neat to do something like that with perl.


Thoughts?
-dhoss

And if you're feeling lucky... come and take me home And if you feel loved If you feel lucky, if you feel loved If you feel lucky, if you feel loved You've crossed the walls - Excelled Further along through their hell All for my heart, I watch you kill You always have, you always will Now spread your wings and sail out to me....

Replies are listed 'Best First'.
Re: Perl messenger PM/API?
by PodMaster (Abbot) on Sep 22, 2003 at 02:26 UTC
    What perl messenger (or is there a perl messenger, and if so, what is it?) There are various APIs for various instant messenger protocols, such as There is no official perl messenger protocol or api (or app).

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.

Re: Perl messenger PM/API?
by techy (Scribe) on Sep 22, 2003 at 03:12 UTC
    As PodMaster says, there are a lot of options for Perl messaging, dpending on what your looking for.

    If you are looking for a p2p type messaging API, I would add Net::Jabber to PodMaster's list.

    If you are looking for a client/server messaging api, there are also quite a few, including:

    Plus many more. Or you could roll your own using LWP, etc. Really, you can use most popular transports with Perl, so I would suggest first looking at the requirements for the project and choosing the API most suited. Perform some searches on search.cpan.org with your requirements in mind.

    Regards,

    techy