Mercurial > prosody-hg
diff plugins/mod_csi_simple.lua @ 9646:eb543e4a47e2
Merge 0.11->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 26 Nov 2018 19:48:17 +0100 |
| parents | e31547ab1ca2 |
| children | dfebf6cac027 |
line wrap: on
line diff
--- a/plugins/mod_csi_simple.lua Sun Nov 25 13:31:40 2018 +0100 +++ b/plugins/mod_csi_simple.lua Mon Nov 26 19:48:17 2018 +0100 @@ -81,7 +81,7 @@ pump:pause(); session.pump = pump; function session.send(stanza) - if module:fire_event("csi-stanza-is-important", { stanza = stanza, session = session }) then + if module:fire_event("csi-is-stanza-important", { stanza = stanza, session = session }) then pump:flush(); send(stanza); else
