28ff5332c9
MSN messaging in Python
15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
msnp.py is an implementation of the MSN instant messaging protocol; a library,
|
|
packaged as a Python module, with a smooth object-oriented API.
|
|
|
|
Features :
|
|
* Login; logout
|
|
* Presence states (online, away, etc.)
|
|
* Full-fledged API-supported friend list management
|
|
* Privacy settings
|
|
* Chat conversations (start, join, leave)
|
|
* Instant messages
|
|
* Typing notifications
|
|
* HTTP proxy (tunnelling) support
|
|
|
|
WWW: http://msnp.sourceforge.net/
|