# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1534718641 -3600
# Node ID 3ce18a4018f4bc0549bb8d3bc78d45978a324dec
# Parent  7e27dc4d100b30e57ae1d56e763c05dbf064cb36
mod_vcard: Remove 0.8 COMPAT code

diff -r 7e27dc4d100b -r 3ce18a4018f4 plugins/mod_vcard.lua
--- a/plugins/mod_vcard.lua	Sun Aug 19 23:37:19 2018 +0100
+++ b/plugins/mod_vcard.lua	Sun Aug 19 23:44:01 2018 +0100
@@ -46,9 +46,3 @@
 
 module:hook("iq/bare/vcard-temp:vCard", handle_vcard);
 module:hook("iq/host/vcard-temp:vCard", handle_vcard);
-
--- COMPAT w/0.8
-if module:get_option("vcard_compatibility") ~= nil then
-	module:log("error", "The vcard_compatibility option has been removed, see"..
-		"mod_compat_vcard in prosody-modules if you still need this.");
-end