What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Developing for MSN Messenger.

Developing for MSN Messenger.
Author: Message:
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: Developing for MSN Messenger.
Using this type-library, you can use the official Messenger SDK. It's pretty limited though. Here's outdated information about the SDK, please note that not close to all functions mentioned there is going to work (because Messenger dropped support for them a while ago). You can combine this SDK with the general Win32 SDK, to send messages for example, here's an example.

By hooking Winsock (or creating some kind of proxy), you unofficially can read/intercept the Messenger session between the server and the client. Using this method, you can get a lot of events, but unfortunately all interception won't show inside Messenger (like modification of messages sent to your contacts). To do this, you would need to know the Messenger protocol, here's unofficial documentation. The best way to hook winsock is to use API-hooking techniques to hook the send/recv functions (this is also what MsgPlus! does). This article covers what you need to know to inject your own DLL into Messenger's address-space and apply hooks to its functions (with easy modifications, you can hook winsock).

Edit: The "add-in" API was a hidden feature in a WLM beta version. It was a very powerful SDK for the .NET platform, however they dropped support for it. These other APIs on that MSDN page aren't for Messenger, but for the Messenger service.

This post was edited on 06-01-2008 at 11:22 AM by vikke.
4 8 15 16 23 42
06-01-2008 11:18 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Developing for MSN Messenger. - by Hen on 05-31-2008 at 03:24 PM
RE: Developing for MSN Messenger. - by vikke on 05-31-2008 at 04:40 PM
RE: RE: Developing for MSN Messenger. - by Hen on 06-01-2008 at 07:35 AM
RE: Developing for MSN Messenger. - by vikke on 06-01-2008 at 11:18 AM
RE: Developing for MSN Messenger. - by Hen on 06-04-2008 at 04:43 PM
RE: RE: Developing for MSN Messenger. - by vikke on 06-04-2008 at 08:18 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On