Software /
code /
prosody
Diff
plugins/mod_vcard.lua @ 9219:3ce18a4018f4
mod_vcard: Remove 0.8 COMPAT code
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 19 Aug 2018 23:44:01 +0100 |
parent | 5776:bd0ff8ae98a8 |
child | 9228:e2e2aa76ea31 |
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