From f498cea75470f6b35070018f5b01f893cab36e0c Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 14 Jul 2009 21:04:07 +0100 Subject: mod_bosh: Update to use new new_from_config() --- plugins/mod_bosh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_bosh.lua') diff --git a/plugins/mod_bosh.lua b/plugins/mod_bosh.lua index fdda206b..744893c4 100644 --- a/plugins/mod_bosh.lua +++ b/plugins/mod_bosh.lua @@ -276,6 +276,6 @@ function on_timer() end local ports = config.get(module.host, "core", "bosh_ports") or { 5280 }; -httpserver.new_from_config(ports, handle_request); +httpserver.new_from_config(ports, "http-bind", handle_request); server.addtimer(on_timer); -- cgit v1.2.3