
msnlib
Alberto Bertogli (albertogli@telpin.com.ar)
----------------------------------------------

This is a python implementation for the msn messenger protocol, it's pretty
simple and straightforward; but it works well.

Please read the 'INSTALL' file to see how to install and use both the client
and the library.

The client is really simple, uses a text-mode interface with commands similar
to 'micq' (http://micq.ukeer.de/).

The basic idea for the library is a main class which represents a connection
with the server and holds all the information.

It has only the a few methods to login, change some info and status, and send
messages; all the rest is driven by an asyncronous callback scheme registered
at runtime which can be changed on the fly.

If you're intrested, read the code to find out more; most of the documentation
is there either as command or as python documentation strings. You might also
want to check out the doc directory.


Comments and patches are always welcome.

Thanks,
		Alberto


