Software /
code /
prosody
Changeset
6486:64146196b142
prosodyctl: Add 'require_encryption' to list of deprecated options pointed out by the check command
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 21 Oct 2014 12:47:53 +0200 |
parents | 6473:7c8f58d2b331 |
children | 6487:edc63dc72566 |
files | prosodyctl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Tue Oct 14 10:59:27 2014 +0100 +++ b/prosodyctl Tue Oct 21 12:47:53 2014 +0200 @@ -816,7 +816,7 @@ if not what or what == "config" then print("Checking config..."); local deprecated = set.new({ - "bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", + "bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", "require_encryption", }); local known_global_options = set.new({ "pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",