使用 .NET 监控 GTalk 中的即时消息

发布于 2024-08-01 19:37:17 字数 144 浏览 1 评论 0原文

如何使用 .NET 监控 gtalk 上收到的即时消息? 基本上,我需要在从特定 google id 接收到作为即时消息的参数后运行一个程序,并将结果传递回发送者。 有可能做到吗?

编辑:我可以让 gtalk 在两台机器上运行(客户端和服务器)。

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).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不爱素颜 2024-08-08 19:37:17

尝试使用这个链接 这说明了如何进行自动回复。希望这将帮助您进入下一个级别你的工作。它与 XMPP 服务器协调。这仅适用于 gtalk 。不适用于 yahoo

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

枕头说它不想醒 2024-08-08 19:37:17

GTalk 在底层使用 XMPP 协议,.NET 中有一些用于 XMPP 的库。

还有一篇文章此处为您提供了使用此类库的示例(< a href="http://www.ag-software.de/index.php?page=agsxmpp-sdk" rel="nofollow noreferrer">agsXMPP)在 GTalk 上进行自动回复。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文