mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module
This commit is contained in:
parent
d254f7e101
commit
2612e75c8a
2 changed files with 0 additions and 2 deletions
|
@ -48,7 +48,6 @@ local cross_domain = module:get_option("cross_domain_bosh");
|
|||
|
||||
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;
|
||||
|
|
|
@ -32,7 +32,6 @@ local consider_websocket_secure = module:get_option_boolean("consider_websocket_
|
|||
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue