Remove references in configs to http_poll; it was removed in ba69c469b5

This commit is contained in:
Badlop 2018-11-12 14:26:00 +01:00
parent 133c45ce2b
commit 78d4e90d47
2 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@ defmodule Ejabberd.ConfigFile do
@opts [ @opts [
port: 5280, port: 5280,
web_admin: true, web_admin: true,
http_poll: true,
http_bind: true, http_bind: true,
captcha: true] captcha: true]
end end

View File

@ -164,7 +164,6 @@ listen:
## request_handlers: ## request_handlers:
## "/pub/archive": mod_http_fileserver ## "/pub/archive": mod_http_fileserver
web_admin: true web_admin: true
http_poll: true
http_bind: true http_bind: true
## register: true ## register: true
captcha: true captcha: true