Changeset

7267:8ad2dbc4fdb6

prosodyctl check: Add 'vcard_compatibility' to deprecated options
author Kim Alvefur <zash@zash.se>
date Fri, 11 Mar 2016 13:36:48 +0100
parents 7266:f0a2a305b788
children 7268:29861845e0e0
files prosodyctl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/prosodyctl	Fri Mar 11 13:34:32 2016 +0100
+++ b/prosodyctl	Fri Mar 11 13:36:48 2016 +0100
@@ -869,6 +869,7 @@
 		print("Checking config...");
 		local deprecated = set.new({
 			"bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", "require_encryption",
+			"vcard_compatibility",
 		});
 		local known_global_options = set.new({
 			"pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",