

package TODO
* more documentation (client manpages, basic api, etc.)

msnclient TODO
* better stdin reading (ie. like micq/readline)
* find something out about the different char codes support
* make colors configurable (either as colors or as random strings (so you can,
	for instance, output in html)

msnlib TODO
* make login async (maybe using something like contuations?)
	continuations would have worked nicely, but are only available in
	python >= 2.2 (which many people don't have), so it will have to wait
	for a bit
* group support (part is in place (eg. gid)) (do we really want this?)
* blocked and allowed lists
* multi-user chat handling (part in place, the ugly sb.emails[0])
	is this useful?
* higher level callbacks
	I'm not that sure about this one.. it would be really nice to have ALL
	the protocol encapsulated and then call upper-level callbacks if the
	user just don't want to care about, for instance, message parsing.
	But, OTOH, maybe it's not worthy.


