Hey guys,
I was thinking about coding some MSN Messenger stuff but I have no idea where to start. Most of the tools and such are done in Visual Basic. I don't understand much VB though and would like to do this in MASM (obviously). Has anyone done something like this before? I have already taken a look at Miranda and Jabber. Both do not help. I have also looked at the protocol. It seems to be in pure English. Is there some sort of library of commands or API reference for this?

Thanks in advance

RIF
Posted on 2005-01-03 01:44:05 by resistance_is_futile
The only atempt I know is for ICQ clone written in FASM by roticv and a team. You can read more on FASM board, here: http://board.flatassembler.net/viewtopic.php?t=725

The project is open source, i.e. maybe helpfull is some aspects.

Regards.
Posted on 2005-01-03 02:05:33 by JohnFound
The MSN messenger API interface is fully documented at MSDN...

IMessenger interface
Posted on 2005-01-03 07:11:45 by donkey