ANN: jabberpy 0.2 released

mallum breakfast@10.am
Mon, 10 Sep 2001 12:05:20 +0100


Version 0.2 of jabberpy is available here;

http://jabberpy.sourceforge.net

This release includes basic documentation, new and improved examples,
better roster management, query payload methods and of course bug
fixes :)

What is it?
-----------
jabber.py is a Python module for the jabber instant messaging protocol.
jabber.py deals with the xml parsing and socket code, leaving the
programmer to concentrate on developing quality jabber based
applications with Python.
 
The eventual aim is to produce a fully featured easy to use library
for creating jabber clients, servers and components.
 
jabber.py requires at least python 2.0 and the XML expat parser module
 
It is developed on Linux but should run happily on over Unix's and
win32.

It is released under the GPL.  

Please try, enjoy, find bugs + suggest improvements.

   -- Matthew Allum
      breakfast@10.am