使用 Google App Engine 进行群聊 XMPP
Google App Engine 内置了出色的 XMPP 服务。它的少数限制之一是它不支持从群聊接收消息。这是我想做的一件事。 :( 我可以在支持群聊的 App Engine 上运行第 3 方 XMPP/Jabber 服务器吗? 如果有,是哪一个?
Google App Engine has a great XMPP service built in. One of the few limitations it has is that it doesn't support receiving messages from a group chat. That's the one thing I want to do with it. :(
Can I run a 3rd party XMPP/Jabber server on App Engine that supports group chat?
If so, which one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以。App Engine 应用程序只能直接处理 HTTP 请求 - 您无法在 App Engine 上运行任意服务器。
No. App Engine apps can only directly handle HTTP requests - you can't run arbitrary servers on App Engine.