diff options
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r-- | ejabberd.yml.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 7a75c5533..85754e1bb 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -158,12 +158,12 @@ listen: ip: "::" module: ejabberd_http request_handlers: - "/websocket": ejabberd_http_ws + "/ws": ejabberd_http_ws + "/bosh": mod_bosh "/api": mod_http_api "/.well-known": acme_challenge ## "/pub/archive": mod_http_fileserver web_admin: true - http_bind: true ## register: true captcha: true ## @@ -266,12 +266,12 @@ listen: ## Outgoing S2S options ## ## Preferred address families (which to try first) and connect timeout -## in milliseconds. +## in seconds. ## ## outgoing_s2s_families: ## - ipv4 ## - ipv6 -## outgoing_s2s_timeout: 10000 +## outgoing_s2s_timeout: 190 ###. ============== ###' AUTHENTICATION |