将 GAE 与外部 jabber 服务器结合使用的最佳实践?

发布于 2024-08-08 18:41:24 字数 218 浏览 1 评论 0原文

如何将 Java GAE 与外部 jabber 服务器(例如 Openfire?有指导吗?

How to use Java GAE with an external jabber server like Openfire? Any guide?

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

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

发布评论

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

评论(1

好菇凉咱不稀罕他 2024-08-15 18:41:24

这取决于“与……一起使用”的意思。如果您想向外部服务器发送消息并从中接收消息,您可以通过通常的方式设置联合来做到这一点。如果您想要某种其他形式的交互,那么您就不走运了 - App Engine 不使用 XMPP 作为客户端,而是与服务器紧密集成。

That depends on what you mean by "use with". If you want to send messages to an external server and receive messages from it, you can do that just fine by setting up federation the usual way. If you want some other form of interaction, you're out of luck - App Engine doesn't use XMPP as a client, but is instead tightly integrated with the server.

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