mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.10->trunk
This commit is contained in:
commit
da42ca2167
3 changed files with 5 additions and 7 deletions
|
@ -136,7 +136,7 @@ local function check_dependencies()
|
|||
end
|
||||
|
||||
local function log_warnings()
|
||||
if _VERSION > "Lua 5.1" then
|
||||
if _VERSION > "Lua 5.2" then
|
||||
prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION);
|
||||
end
|
||||
local ssl = softreq"ssl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue