gae xmpp 和域
我正在使用 gae xmpp 服务发送聊天消息。
一切就足够了。
消息正确发送到大多数域,包括 tigase.im
,但是当消息发送到我自己的 xmpp 域 (mydomain.com) 上的用户时,它会返回错误。
您好,
让问题变得更加复杂,我在 google apps for Business thingo 注册了相同的域 (mydomain.com),它托管我的电子邮件。似乎作为软件包的一部分,为同一域提供了聊天服务。
我猜测 appengine 会忽略 mydomain.com 的 DNS 记录,并在内部路由到业务域 thingo 的 google apps。
非常感谢任何帮助来确认/否认或解决我的问题。
-lp
i am using the gae xmpp service to send a chat message.
all simply enuff.
the message correctly sends to most domains, including tigase.im
however when the message is sent to a user on my own xmpp domain (mydomain.com) it returns with a error.
hello
to complicate the issue, i have the same domain (mydomain.com) registered with google apps for business thingo, which hosts my email. it seems that as part of the package there is a chat service provided for the same domain.
i am guessing that appengine is ignoring the DNS record for mydomain.com and internally routing to the google apps for business domain thingo.
any help is most appreciate to confirm/deny or solve my problem.
-lp
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您的 cpanel 上的聊天功能已禁用:https://www.google.com/a/cpanel/mydomain.com/ServiceSettings#ServiceSettings/service=chat
与电子邮件不同,您可以将 MX 记录设置为指向不同的服务器每个帐户,XMPP 只能在域级别重定向。如果您的域中为 Google Apps 启用了聊天,则该域的所有 XMPP 流量都将由 Google Apps 处理。
Make sure that Chat is disabled on your cpanel: https://www.google.com/a/cpanel/mydomain.com/ServiceSettings#ServiceSettings/service=chat
Unlike email, where you can set MX records to point at different servers per account, XMPP can only redirect at the domain level. If Chat is enabled for Google Apps on your domain, all XMPP traffic for that domain will be handled by Google Apps.