From dc5a16d90106a11f881bbcd0df8a88581e32d9ff Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 19 Aug 2018 23:44:01 +0100 Subject: mod_vcard: Remove 0.8 COMPAT code --- plugins/mod_vcard.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/mod_vcard.lua b/plugins/mod_vcard.lua index 72f92ef7..bda039a3 100644 --- a/plugins/mod_vcard.lua +++ b/plugins/mod_vcard.lua @@ -46,9 +46,3 @@ end 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 -- cgit v1.2.3