mod_component: Read validate_from_addresses option from the config

This commit is contained in:
Matthew Wild 2010-07-04 19:14:27 +01:00
parent 40100bac5c
commit ee6c70ee52

View file

@ -50,6 +50,8 @@ function handle_component_auth(session, stanza)
-- Authenticated now
log("info", "Component authenticated: %s", session.host);
session.component_validate_from = module:get_option_boolean("validate_from_addresses") ~= false;
-- If component not already created for this host, create one now
if not hosts[session.host].connected then
local send = session.send;