c38f3ae550
A library for connecting to MSN Messenger service
16 lines
504 B
Plaintext
16 lines
504 B
Plaintext
libmsn is a C++ library for Microsoft's MSN Messenger service. It provides a
|
|
high-level interface that allows an application to access instant messaging
|
|
features with ease.
|
|
|
|
libmsn currently supports version 8 of the MSN Messenger protocol. This means
|
|
that it supports the following features:
|
|
* Login and logout.
|
|
* Buddy presence notifications.
|
|
* Buddy list management.
|
|
* Privacy settings.
|
|
* Conversations.
|
|
* Typing notifications.
|
|
* File transfers.
|
|
|
|
WWW: http://libmsn.bdash.net.nz/
|