Diff

plugins/mod_websocket.lua @ 9799:7259a61bacc8

mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module
author Kim Alvefur <zash@zash.se>
date Sat, 19 Jan 2019 20:03:04 +0100
parent 9795:02735bc82126
child 9801:b87cd83a2685
line wrap: on
line diff
--- a/plugins/mod_websocket.lua	Fri Jan 18 18:30:41 2019 +0100
+++ b/plugins/mod_websocket.lua	Sat Jan 19 20:03:04 2019 +0100
@@ -32,7 +32,6 @@
 local cross_domain = module:get_option("cross_domain_websocket");
 if cross_domain ~= nil then
 	module:log("info", "The 'cross_domain_websocket' option has been deprecated");
-	module:depends("http_crossdomain");
 end
 local xmlns_framing = "urn:ietf:params:xml:ns:xmpp-framing";
 local xmlns_streams = "http://etherx.jabber.org/streams";