aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_vcard.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-08-19 23:44:01 +0100
committerMatthew Wild <mwild1@gmail.com>2018-08-19 23:44:01 +0100
commit8d5685c63c2fc300b392d75ff2a0681e222c0841 (patch)
treef7d7939905302fd40d0a96819cf565c259441c4b /plugins/mod_vcard.lua
parenta1cc1b40650dc2aa45583454067bd0b87d718b6f (diff)
downloadprosody-8d5685c63c2fc300b392d75ff2a0681e222c0841.tar.gz
prosody-8d5685c63c2fc300b392d75ff2a0681e222c0841.zip
mod_vcard: Remove 0.8 COMPAT code
Diffstat (limited to 'plugins/mod_vcard.lua')
-rw-r--r--plugins/mod_vcard.lua6
1 files changed, 0 insertions, 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