Fixed: incorrect auth check

This commit is contained in:
Waqas Hussain 2008-10-09 03:40:16 +05:00
parent 9048ca5328
commit ebf2876664

View file

@ -48,7 +48,7 @@ add_iq_handler("c2s", "vcard-temp",
add_event_hook("stream-features",
function (session, features)
if session.full_jid then
if session.type == "c2s" then
t_insert(features, "<feature var='vcard-temp'/>");
end
end);