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

Dockerized MongooseIM 1.5

Results 2 mongooseim-docker issues
Sort by recently updated
recently updated
newest added

Created mim1 with: `sudo docker run -d -t -h mim1 --name mim1 mongooseim/mongooseim-docker` success Created mim2 with: `sudo docker run -d -t -h mim2 --name mim2 --link mim1:mim1 -e CLUSTER_WITH=mim1...

Hello, Is there any way to compile and include an ejabberd module to forward offline messages to a http host? Modules like mod_interact, mod_http_offline and so on. I tried to...