Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure contrib modules? #146

Open
Dunedan opened this issue Sep 11, 2017 · 3 comments
Open

How to configure contrib modules? #146

Dunedan opened this issue Sep 11, 2017 · 3 comments
Labels

Comments

@Dunedan
Copy link

Dunedan commented Sep 11, 2017

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?

@claudiocleberson
Copy link

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.

@Goutam192002
Copy link

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.

@Goutam192002
Copy link

I know this because when trying to authenticate...it doesn't send a request to my backend url which I set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants