Link to relevant page (if any): https://prosody.im/doc/authentication
What's wrong and how can it be improved?
The CLI XMPP client "go-sendxmpp" tries to use SCRAM authentication by default and fails where with
> connect: failed to connect to server: no viable authentication method available: [PLAIN]
I'm using `authentication = "dovecot"` in Prosody.
It would be helpful if the authentication page would have a section telling when SCRAM is available, and when not (e.g. which modules support SCRAM, and which don't).
Link to relevant page (if any): https://prosody.im/doc/authentication What's wrong and how can it be improved? The CLI XMPP client "go-sendxmpp" tries to use SCRAM authentication by default and fails where with > connect: failed to connect to server: no viable authentication method available: [PLAIN] I'm using `authentication = "dovecot"` in Prosody. It would be helpful if the authentication page would have a section telling when SCRAM is available, and when not (e.g. which modules support SCRAM, and which don't).