prosodyctl check: Add 'vcard_compatibility' to deprecated options
authorKim Alvefur <zash@zash.se>
Fri, 11 Mar 2016 12:36:48 +0000 (13:36 +0100)
committerKim Alvefur <zash@zash.se>
Fri, 11 Mar 2016 12:36:48 +0000 (13:36 +0100)
prosodyctl

index e902ac583b1e6b12c7e5d8e16a6f819e54cbf5fe..a748345699ee5b9c408d6eb6402a8f2ad7930f65 100755 (executable)
@@ -869,6 +869,7 @@ function commands.check(arg)
                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",