mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_csi_simple: Explicitly mention iq stanzas
Should be more obvious that all iq stanzas are considered important. Changes behavior for invalid things in the default namespace.
This commit is contained in:
parent
37a42fa605
commit
0085d410b2
1 changed files with 2 additions and 1 deletions
|
@ -65,8 +65,9 @@ module:hook("csi-is-stanza-important", function (event)
|
|||
end
|
||||
end
|
||||
return false;
|
||||
elseif st_name == "iq" then
|
||||
return true;
|
||||
end
|
||||
return true;
|
||||
end, -1);
|
||||
|
||||
local function with_timestamp(stanza, from)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue