[Resolved]Msn Messenger Protocol Question
Now this completly confuses me. It seems as though there is no logic! (Or maybe i'm getting stupider <- ok i think we know now :p )
(View from Raw Packets)
OK, When you get a Message from someone its formulated like this:
Code:
MSG [email protected] 'Nickname in Html Format' ###
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-MMS-IM-Format: FN=Font; EF=; CO=Color; CS=0; PF=22
Message
But when you send someone a Message:
Code:
MSG ## N ##
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-MMS-IM-Format: FN=Font; EF=; CO=Color; CS=0; PF=22
Message
Although you would all think this is clear UNTIL you think about this: how can you tell the difference if your chatting to two different people at the same time. You would still be able to tell which messages people sent to you but not the ones you sent to your contacts. Well i hope someone can give me more insight into this.
(My Question is: How can you tell to whom the messages are directed to?)
Re: Msn Messenger Protocol Question
Re: Msn Messenger Protocol Question
Well i am getting the raw packets via VB6.
And if the ## are calculated some how i sort of need to know how they are calculated in VB.
Re: [Resolved]Msn Messenger Protocol Question
well i figured it out by myself
Re: [Resolved]Msn Messenger Protocol Question
Thanks for letting us know that you have your answer. It can probably be done more easily by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button..
.