Changeset

9219:3ce18a4018f4

mod_vcard: Remove 0.8 COMPAT code
author Matthew Wild <mwild1@gmail.com>
date Sun, 19 Aug 2018 23:44:01 +0100
parents 9218:7e27dc4d100b
children 9220:c4f9469b203f
files plugins/mod_vcard.lua
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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