diff options
author | Kim Alvefur <zash@zash.se> | 2018-11-27 21:18:19 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-11-27 21:18:19 +0100 |
commit | b6b61e70b151f71c3c0a3e30d67efb9a1110eab1 (patch) | |
tree | fcb1579e9e63fb308ae73646cc06591a08d3f991 /plugins/mod_csi.lua | |
parent | c309d32629c0b0f103f32dda5506528e2e1f468b (diff) | |
parent | 3d30bbe912591f39288e384e446e82c6f409ba48 (diff) | |
download | prosody-b6b61e70b151f71c3c0a3e30d67efb9a1110eab1.tar.gz prosody-b6b61e70b151f71c3c0a3e30d67efb9a1110eab1.zip |
Merge 0.11->trunk
Diffstat (limited to 'plugins/mod_csi.lua')
-rw-r--r-- | plugins/mod_csi.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_csi.lua b/plugins/mod_csi.lua index 03f052b7..7f50dfd9 100644 --- a/plugins/mod_csi.lua +++ b/plugins/mod_csi.lua @@ -11,6 +11,7 @@ end); function refire_event(name) return function (event) if event.origin.username then + session.state = event.stanza.name; module:fire_event(name, event); return true; end |