aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_component.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mod_component.lua')
-rw-r--r--plugins/mod_component.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_component.lua b/plugins/mod_component.lua
index 4e1f31cb..808735b7 100644
--- a/plugins/mod_component.lua
+++ b/plugins/mod_component.lua
@@ -41,6 +41,7 @@ local function handle_stanza(event)
event.origin.send(st.error_reply(stanza, "wait", "service-unavailable", "Component unavailable"));
end
end
+ return true;
end
module:hook("iq/bare", handle_stanza);