Gmail.com/Jabber.org 的 XMPP 服务器到服务器
我正处于实现 XMPP 服务器的服务器到服务器通信部分的阶段。
我正在使用 Gmail.com 和 Jabber.org 测试我的实现,但两者似乎都使用回拨协议。 有谁知道与该服务器相关的该协议的更多信息?
该协议似乎分为几种联合类型,并且似乎无法找到该服务器使用的协议及其含义(根证书、自签名证书……)。
I'm in the phase of implementing the server-to-server communication part of a XMPP Server.
I'm testing my implementation with Gmail.com and Jabber.org but both seem to use the dialback protocol. 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, ...).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
XEP-220 指定回拨协议。
请记住,在您的实现中,您可能会被要求在已经完全设置并且有流量通过的套接字上进行回拨。
XEP-220 specifies the dialback protocol.
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.