简体   繁体   English

如何将Google App Engine注册到XMPP客户端?

[英]How to register google app engine to xmpp client?

I am using psi to test the xmpp service in my app engine project. 我正在使用psi测试我的App Engine项目中的xmpp服务。 when I open psi, it asks me to enter the name of the server I wish to register with. 当我打开psi时,它要求我输入要注册的服务器的名称。 I tried my_app_id.appspotchat.com but I got "There was an error communicating with the XMPP server" 我尝试了my_app_id.appspotchat.com但收到“与XMPP服务器通信时出错”

在此处输入图片说明

The server is talk.google.com . 服务器是talk.google.com And you have to connect to it through port 5222. 而且您必须通过端口5222连接到它。

Your App Engine application will act just as an endpoint for XMPP packets, ie to send/receive presence and message packets, not as a server itself. 您的App Engine应用程序将仅充当XMPP数据包的端点,即发送/接收状态和消息数据包,而不充当服务器本身。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM