# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1413888473 -7200
# Node ID 64146196b14287aa37e19058e98639d9144bfd4d
# Parent  7c8f58d2b3315d01447df52dff48965482f6eb42
prosodyctl: Add 'require_encryption' to list of deprecated options pointed out by the check command

diff -r 7c8f58d2b331 -r 64146196b142 prosodyctl
--- 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",