简体   繁体   English

XMPP服务器到服务器的Gmail.com/Jabber.org

[英]XMPP Server-to-Server for Gmail.com/Jabber.org

I'm in the phase of implementing the server-to-server communication part of a XMPP Server. 我处于实现XMPP服务器的服务器到服务器通信部分的阶段。

I'm testing my implementation with Gmail.com and Jabber.org but both seem to use the dialback protocol. 我正在用Gmail.com和Jabber.org测试我的实现,但似乎都使用了回拨协议。 Does anyone know more information about this protocol related to this servers? 有谁知道与该服务器相关的此协议的更多信息?

The protocol seems to be separated in several federation types, and can't seem to find the one this servers use, and the implications of this (root certificate, self-signed certificate, ...). 该协议似乎分为几种联合身份验证类型,似乎找不到该服务器使用的协议及其含义(根证书,自签名证书等)。

XEP-220 specifies the dialback protocol. XEP-220指定回叫协议。

Keep in mind in your implementation that you may get asked for dialback on a socket that has already been fully set up and had traffic come across it. 请记住,在您的实现中,可能会要求您在已经完全设置并且有流量通过的套接字上进行回叫。

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

相关问题 尝试使用Android Smack客户端库连接到XMPP服务器时抛出CertPathValidatorException - Trying to connect to XMPP server using android Smack client library throws CertPathValidatorException 找不到签名证书:Thinktecture中的CN = ********。server.domain.com - Signing certificate not found: CN=********.server.domain.com in Thinktecture 自定义域证书错误•服务器的证书(heroku)与URL www.app.com不匹配 - Custom domain certificate error • Server's certificate (heroku) does not match the URL www.app.com 钛-“此服务器的证书无效。您可能正在连接到假装为DOMAIN.COM的服务器” - Titanium - "The certificate for this server is invalid. You might be connecting to a server that is pretending to be DOMAIN.COM” up:服务器主机名与服务器证书不匹配 - Puppet: Server hostname did not match server certificate 在服务器中配置证书 - Configuring Certificates in Server 如何与服务器安全通信? - How to securely communicate with server? 将证书导入 VisualSVN 服务器 - Import certificate into VisualSVN Server 了解服务器安全证书 - Understanding Server Security Certificates 验证服务器的身份 - Verifying A Server's Identity
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM