docker-ejabberd icon indicating copy to clipboard operation
docker-ejabberd copied to clipboard

Dockerfile for Ejabberd server

Results 35 docker-ejabberd issues
Sort by recently updated
recently updated
newest added

How do i add my contrib modules ? it says always not available but my contrib modules in sources directories

bug
help wanted

I want to connect ejabberd with cassandra cqlsh, but i am not able to find erlcass file? Is there any way to connect ejabberd container with cassandra cqlsh?

question

Currently, when ejabberd inits I can see this message: "Application ejabberd started on node 'Mnesia@fe29feed088d'" -> after the @, "fe29feed088d" is the current container id. When the container id changes,...

question

Hello, I have been having problems with the p1_rand module of lib p1_utils. Something with the UndefinedFunctionError error. It does not find the reference of this module. Looking for the...

bug
help wanted

hi @rroemhild **Issue:** Connecting to ejabberd server container from XMPP client throws a TLS cert error, causing the connection to close. ![ejb-con-err](https://user-images.githubusercontent.com/6731968/32619419-a7cf024c-c572-11e7-92b4-554e8e32960c.PNG) **Error** `18:04:15.437 [error] (tcp | ) Failed to...

bug
help wanted

i'm access 5280/api/register not found but i have configuration Configure http_mod_api : cd /opt/ejabberd-16.09/conf sudo vi ejabberd.yml Locate Port: 5280 and update following request_handler: "/websocket": ejabberd_http_ws "/api": mod_http_api modules: mod_http_api:...

question

Trying to run docker-compose.yml with docker stack deploy. It is working with docker-compose up but i could not figure to work it out with docker stack. Thanks for any help.

After configuring ejabberd with sql authentication it works as expected, by advertising the DIGEST-MD5 and SCRAM-SHA-1 as possible authentication mechanisms. But when I add the possibility to authenticate as anonymous...

I am seeing this error when running the clustering example. First I had to alter the dns address as my docker nat was on a different address than 172... /scripts/lib/functions.sh:...

@who i'm just trying to understand the mechanism that loads modules from the "outside", and i see that you did the original pull request, so here goes; https://github.com/rroemhild/docker-ejabberd/blob/master/scripts/post/11_ejabberd_install_modules.sh#L14 Shouldn't the...