XMPP Server-to-Server for Gmail.com/Jabber.org

I am in the phase of implementing the server-to-server communication part of the XMPP server.

I am testing my implementation with Gmail.com and Jabber.org but both seem to be using the remote access protocol. Does anyone know more information about this protocol related to these servers?

The protocol seems to be split into several types of federations and can't seem to find the one these servers are using and the implications of that (root certificate, self-signed certificate, ...).

0


source to share


1 answer


XEP-220 defines a remote access protocol.



Be aware that in your implementation, you may receive a call request on a socket that has already been fully configured and traffic collided with.

0


source







All Articles