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. |
| [reply] |
| [reply] |
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 | [reply] |