instant messenging

Jeremy Bowers jerf at jerf.org
Fri Nov 19 23:19:44 EST 2004


On Fri, 19 Nov 2004 22:08:24 +0000, Lucas Raab wrote:

> Are there any instant messenging programs out there for use in a Python 
> app?? I've heard of Jabber, but never looke into it.

Jabber is a particularly good choice if you are really looking to use it
in a *program*, i.e., programs shipping data around to other programs,
because it is the only IM protocol (AFAIK) that actually was built with
that in mind, with traditional IM being layered on top of that.

I don't know how easy it is to start with PyJabber and learn from scratch,
as I've worked with Jabber too much to have a fresh perspective. Shouldn't
be too hard, though.



More information about the Python-list mailing list