diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2017-03-21 11:15:01 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2017-03-21 11:15:01 +0100 |
commit | 69b52196bd3e0842ca4880db2f911b5926c83238 (patch) | |
tree | 04355e650bcec91f75858d90c946bbdc05c0bdc9 | |
parent | Remove misleading sentence about s2s dialback (diff) |
Replace mod_http_bind by mod_bosh in config example
Diffstat (limited to '')
-rw-r--r-- | ejabberd.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
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" |