Software /
code /
prosody
Changeset
1800:cea841708dd4
mod_vcard: Handle vcard requests from local components.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 20 Sep 2009 22:18:40 +0500 |
parents | 1798:4c8f3fa9d926 |
children | 1801:71fc110b256d 1802:07c4f6fdd27c |
files | plugins/mod_vcard.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_vcard.lua Sun Jul 26 17:05:18 2009 +0100 +++ b/plugins/mod_vcard.lua Sun Sep 20 22:18:40 2009 +0500 @@ -19,7 +19,7 @@ module:add_feature("vcard-temp"); -module:add_iq_handler({"c2s", "s2sin"}, "vcard-temp", +module:add_iq_handler({"c2s", "s2sin", "component"}, "vcard-temp", function (session, stanza) if stanza.tags[1].name == "vCard" then local to = stanza.attr.to;