rroemhild / docker-ejabberd

Dockerfile for Ejabberd server
MIT License
268 stars 160 forks source link

Custom Module #172

Open jorexe opened 6 years ago

jorexe commented 6 years ago

Hi, i'm trying to install a custom elixir module using this tutorial, but i don't know where to place or how to compile it,

https://blog.process-one.net/ejabberd-joins-the-elixir-revolution/

Should i have to add it to a new folder or to an existing one?

I have tried copying it to module_source, lib, and it didn't work.

Thanks you

Goutam192002 commented 3 years ago

Having a similar issue..I want to install ejabberd_auth_http module from ejabberd-contrib and a custom module that I've written?

Any suggestions on how this can be done?