blob: 8044c2251bf2c71da1377258fc0b1ec653a2f341 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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/
|