quote:
Originally posted by markee
quote:
Originally posted by lysp
Simple example. If i want all messages coming through to change a contacts name to their email - i can by doing a string replace on the incoming event. Also means i dont need to worry about hooking/data capture dll's.
The reason for the way that it works in your example is that is how the protocol is (the message received through messenger). If it were possible for us to be guaranteed of the email address then we would most likely get the ContactObject for them instead.
I was only using that as a simple example.
My real reason is i want to read/manipulate the client at the protocol level without having to install 3rd party packet sniffers/hookers.
I would like for that to be in script form.