I followed up this tutorial https://blog.process-one.net/elixir-sips-ejabberd-with-elixir-part-1/ how to write ejabberd module. And that works great, I put module to ejabberd/src and then compile everything.
But that seams as lot of work for me. Every time when I change one line of code during development I have to compile ejabberd again from scratch with new changed module. Is there any way that I can compile module and then just copy it to ejabberd modules path?
If yes, where is ejabberd modules path? And if yes what tutorial should I read?