plugins/mod_vcard.lua
changeset 9222 3ce18a4018f4
parent 5776 bd0ff8ae98a8
child 9231 e2e2aa76ea31
--- 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