Software /
code /
prosody
Diff
util/dependencies.lua @ 12569:b5d9f1829b15
util.dependencies: Deprecate support for Lua 5.1, this is your final warning
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 30 Jun 2022 17:03:50 +0200 |
parent | 12331:49739369dcad |
child | 12572:35a9ed6b7896 |
line wrap: on
line diff
--- a/util/dependencies.lua Fri Jun 24 16:59:54 2022 +0200 +++ b/util/dependencies.lua Thu Jun 30 17:03:50 2022 +0200 @@ -155,7 +155,7 @@ if _VERSION > "Lua 5.4" then prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION); elseif _VERSION < "Lua 5.2" then - prosody.log("warn", "%s has several issues and support is being phased out, consider upgrading", _VERSION); + prosody.log("warn", "%s support is deprecated, upgrade as soon as possible", _VERSION); end local ssl = softreq"ssl"; if ssl then