mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Fixed: incorrect auth check
This commit is contained in:
parent
9048ca5328
commit
ebf2876664
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue