mod_component: Fire an event on successful component authentication (For Goffi)

This commit is contained in:
Kim Alvefur 2015-08-10 22:13:02 +02:00
parent b351da9b5f
commit e92c2042d1

View file

@ -85,6 +85,7 @@ function module.add_host(module)
session.type = "component";
module:log("info", "External component successfully authenticated");
session.send(st.stanza("handshake"));
module:fire_event("component-authenticated", { session = session });
return true;
end