mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_private, mod_vcard: Use the usual comment on non-get received iqs.
This commit is contained in:
parent
0207fe0e1d
commit
2dc6f58f0d
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ module:hook("iq/self/jabber:iq:private:query", function(event)
|
|||
origin.send(st.reply(stanza):add_child(query));
|
||||
end
|
||||
return true;
|
||||
else -- type == set
|
||||
else -- stanza.attr.type == "set"
|
||||
local data;
|
||||
if #tag ~= 0 then
|
||||
data = st.preserialize(tag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue