comparison mod_csi_compat/mod_csi_compat.lua @ 1865:db8b256f51ff

mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true
author Kim Alvefur <zash@zash.se>
date Mon, 21 Sep 2015 20:03:08 +0200
parents b3e692ee16b5
children
comparison
equal deleted inserted replaced
1864:991a5f74f848 1865:db8b256f51ff
12 module:fire_event("csi-client-inactive", event); 12 module:fire_event("csi-client-inactive", event);
13 elseif payload:get_child("disable") then 13 elseif payload:get_child("disable") then
14 module:fire_event("csi-client-active", event); 14 module:fire_event("csi-client-active", event);
15 end 15 end
16 -- <flush/> is implemented as a noop, any IQ stanza would flush the queue anyways. 16 -- <flush/> is implemented as a noop, any IQ stanza would flush the queue anyways.
17 return origin.send(st.reply(stanza)); 17 origin.send(st.reply(stanza));
18 return true;
18 end, 10); 19 end, 10);