quote:
Originally posted by Plan-1130
if a message is received, the raw package seems to include the email too, so maybe it's not that impossible to include the email as a parameter in the OnEvent_ChatWndReceiveMessage, I intercepted 2 interesting packages with Xniff:
« (283) MSG email@gmail.com his%20name 89 MIME-Version: 1.0 Content-Type: text/x-msmsgscontrol TypingUser: email@gmail.com
« (325) MSG email@gmail.com his%20name 130 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-MMS-IM-Format: FN=MS%20Shell%20Dlg; EF=; CO=0; CS=0; PF=0 heya
I just tried to get the email in OnEvent_ChatWndReceiveMessage by using
Pai's Xniff to save the email address that comes with every text message in the protocol to a variable, which could be retrieved from within the event code. Unfortunately, Xniff only detects the incoming protocol message
after OnEvent_ChatWndReceiveMessage is fired
so it's quite useless, unless you want to know who sent you the message before the last one