# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1457699808 -3600
# Node ID 8ad2dbc4fdb60f80decd775460b1852a31561b5c
# Parent  f0a2a305b78892491cdb45b78e5c4904d1c059cd
prosodyctl check: Add 'vcard_compatibility' to deprecated options

diff -r f0a2a305b788 -r 8ad2dbc4fdb6 prosodyctl
--- 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",