plugins/mod_bosh.lua
changeset 9803 7259a61bacc8
parent 9798 4b5c24f13d4a
child 9994 f122972b77b2
--- a/plugins/mod_bosh.lua	Fri Jan 18 18:30:41 2019 +0100
+++ b/plugins/mod_bosh.lua	Sat Jan 19 20:03:04 2019 +0100
@@ -48,7 +48,6 @@
 
 if cross_domain ~= nil then
 	module:log("info", "The 'cross_domain_bosh' option has been deprecated");
-	module:depends("http_crossdomain");
 end
 
 local t_insert, t_remove, t_concat = table.insert, table.remove, table.concat;