diff plugins/mod_csi.lua @ 9651:989cf872d5c0 0.11

mod_csi: Set session.state to simplify CSI modules Moved here from mod_csi_simple
author Kim Alvefur <zash@zash.se>
date Tue, 27 Nov 2018 19:34:21 +0100
parents a5daf3f6d588
children 91856829f18b
line wrap: on
line diff
--- a/plugins/mod_csi.lua	Tue Nov 27 19:15:33 2018 +0100
+++ b/plugins/mod_csi.lua	Tue Nov 27 19:34:21 2018 +0100
@@ -11,6 +11,7 @@
 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