Subject: xmpp server authentication mechanism XEP SSL
i was looking for security mechanism of xmpp server, i.e. SSL, what is the recommended way or XEP ? which implement SSL integeration or any other mechanism except plain mechanism?
Every server should offer (or even require) secure connections over TLS. The connection gets secured in XMPP always before the user gets authenticated.
That beeing said, the authentication is always on a secure channel. With stringer SASL mechanisms like the above you have strong security on 2 different layers,