In one of the ejabberd tutorial, it is stated that:
"Anonymous login: This is a standard login, that use the classical login and password mechanisms, but where password is accepted or preconfigured for all anonymous users. This login is compliant with sasl authentication, password and digest non-sasl authentication."
Could you tell me how to specify a 'preconfigured password" for anonymous login? Where could I find more information on setting up such anonymous login configuration?
yskwong wrote: Could you tell
Could you tell me how to specify a 'preconfigured password" for anonymous login? Where could I find more information on setting up such anonymous login configuration?
Looking at the ejabberd source code, when using anonymous auth, the password provided by the client is not checked by ejabberd. In that sense, ejabberd doesn't have any option to set a "preconfigured password", because it isn't needed: all passwords are accepted!