quote:
Originally posted by Matty
This can be done using the Xniff ActiveXControl.
You need to listen for the RML packet
This is being sent from the Client to the Server
quote:
RML 24 67\r\n
<ml><d n="domain.com"><c n="username" l="1" t="1"/> </d></ml>
The server responds with:
quote:
RML 24 OK\r\n
Once you receive the last packet then the server has removed the contact from the list.
I didn't capture any packets for adding so I am not sure about that one I don't really have time to do it.
"Warning: if your script uses this, it may become unstable/useless if MSN changes protocol ! So be very carefull!" - I don't know about that.
Do you think it's easier to get OnEvent_Add/Delete implemented?