Question

How can I monitor instant messages received on gtalk using .NET? Basically, I need to run a program upon receiving the arguments as instant message from a particular google id and pass the result back to the sender. Is it possible to do it?

EDIT: I can have gtalk running on both machines (sort of client and server).

Was it helpful?

Solution

GTalk uses the XMPP protocol under the hood and there are a few libraries around in .NET for XMPP.

There is also an article here that gives you examples using one such library (agsXMPP) to do auto-replies on GTalk.

OTHER TIPS

try with this link This says that how to do Automatic reply .Hope this will help you to the next level of your work.It is coordinated with XMPP server .This is only for gtalk .Not for yahoo

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top