mod_legacyauth
In the early days of XMPP a custom authentication protocol was used. It is very simple, but not particularly secure (the password is always sent as plain text, so make sure you have encryption required).
However some very old clients and bots may not support the newer (SASL) protocol provided by mod_saslauth. mod_legacyauth provides support for the old protocol.
Details
mod_legacyauth implements XEP-0078.
Usage
= {
modules_enabled -- Other modules
"legacyauth"; -- Enable mod_legacyauth
}
Example
= {
modules_enabled -- Other modules
"legacyauth"; -- Enable mod_legacyauth
}