From 69b52196bd3e0842ca4880db2f911b5926c83238 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 21 Mar 2017 11:15:01 +0100 Subject: [PATCH] Replace mod_http_bind by mod_bosh in config example --- ejabberd.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index e5a68097d..fe9b5083d 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -628,7 +628,7 @@ modules: mod_disco: {} ## mod_echo: {} mod_irc: {} - mod_http_bind: {} + mod_bosh: {} ## mod_http_fileserver: ## docroot: "/var/www" ## accesslog: "/var/log/ejabberd/access.log"