How can I log Instant Messaging being done on my computer?

Y

Younger Dryas

I want to be able to log all the Instant Messaging (in this case MSN)
which is occuring on my computer. Don't really want to buy one of those
products that does, so any thoughts on how this might be done? is C++
even the right way to approach it?
 
J

Jack Klein

I want to be able to log all the Instant Messaging (in this case MSN)
which is occuring on my computer. Don't really want to buy one of those
products that does, so any thoughts on how this might be done? is C++
even the right way to approach it?

I have no idea whether C++ is the right language or not, but even if
it is your question is how to deal with Windows APIs, and needs to be
asked in a Windows programming groups, not here.
 
S

Sharad Kala

Younger Dryas said:
I want to be able to log all the Instant Messaging (in this case MSN)
which is occuring on my computer. Don't really want to buy one of those
products that does, so any thoughts on how this might be done? is C++
even the right way to approach it?

The question is actually more suitable for a Windows NG.
Don't know whether this servers your purpose but one possible way is to write
your own MSN client.
MSN messenger has it's own client-server protocol.
Going more offtopic, it's something like this -

Client -VER 0 MSNP10 MSNP9 CVR0\r\n
Server- VER 0 MSNP9 CVR0\r\n
Client- CVR 1 0x409 winnt 5.0 i386 MSNMSGR 6.1.0207 MSMSGS
(e-mail address removed)\r\n
Server- CVR 1 6.00602 6.0.0602 5.0.0527 ..so on

Once you know the protocol then your client can connect to
messenger.hotmail.com:1863 and start talking.
Then you can log all what comes in the MSG primitive.
You can drop me a personal mail if you want more assistance with the protocol or
google for it.

Best wishes,
Sharad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top