检查用户是否使用 App Engine XMPP 进行输入
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遗憾的是,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.