Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 Java GAE与Openfire等外部 jabber 服务器一起使用?有指南吗?
这取决于您所说的“与”一起使用。如果您想将消息发送到外部服务器并从其接收消息,您可以通过通常的方式设置联合来做到这一点。如果您想要某种其他形式的交互,那么您就不走运了——App Engine 不使用 XMPP 作为客户端,而是与服务器紧密集成。