检查用户是否使用 App Engine XMPP 进行输入

发布于 2024-08-21 17:34:09 字数 121 浏览 1 评论 0原文

GAE 中的 XMPP 服务非常棒,但我真正感兴趣的是用户何时打开窗口发送消息,或者何时开始打字。我认为 XMPP 支持这个,因为 Pidgin 这样做,Google Talk 也这样做,那么为什么 XMPP/GAE 服务不呢?

The XMPP service in GAE is great and all, but I'm really interested in when a user opens up a window to send a message, or when he/she starts typing. I think XMPP supports this, because Pidgin does this, as does Google Talk, so why not the XMPP/GAE service?

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

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

发布评论

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

评论(1

快乐很简单 2024-08-28 17:34:09

遗憾的是,App Engine 不会将聊天状态通知传递给应用程序,因此您无法在用户实际发送消息之前,无法接收用户键入消息(“撰写”)的通知。

Unfortunately App Engine doesn't pass in Chat State notifications to the application, so you won't be able to receive notifications of a user typing a message ("composing") until they actually send it.

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