You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contrib modules can be installed during startup using EJABBERD_CONTRIB_MODULES, but how can I configure them? Setting the necessary options in ejabberd.yml.tpl doesn't work, because during first startup of ejabberd the module isn't installed yet, therefore ejabberd fails to start. I couldn't find an option to configure it afterwards, maybe except for EJABBERD_CUSTOM_AUTH_MODULE_OVERRIDE, but of course that's only for the auth module.
Is there a generic way to configure contrib modules?
The text was updated successfully, but these errors were encountered:
I am having the same issue here. I'm trying to set a mod_offline_post to handle push notification, but I'm the container crashes every time cause the module has some attributes that need to be included in the ejabberd.yml.tpl. but that doesn't work.
Also, the EJABBERD_CUSTOM_AUTH_MODULE_OVERRIDE doesn't seem to work. I set the env variable EJABBERD_CONTRIB_MODULES=ejabberd_auth_http but yet the http authentication doesn't seem to work. It still uses the default authentication method.
contrib modules can be installed during startup using
EJABBERD_CONTRIB_MODULES
, but how can I configure them? Setting the necessary options inejabberd.yml.tpl
doesn't work, because during first startup of ejabberd the module isn't installed yet, therefore ejabberd fails to start. I couldn't find an option to configure it afterwards, maybe except forEJABBERD_CUSTOM_AUTH_MODULE_OVERRIDE
, but of course that's only for the auth module.Is there a generic way to configure contrib modules?
The text was updated successfully, but these errors were encountered: