mod_component: Send back a <conflict/> stream error when multiple sessions attempt to bind.

This commit is contained in:
Waqas Hussain 2010-11-09 20:23:28 +05:00
parent dbde1c7ea1
commit f585f295c7

View file

@ -69,6 +69,8 @@ function handle_component_auth(event)
log("info", "Component successfully registered");
else
log("error", "Multiple components bound to the same address, first one wins (TODO: Implement stanza distribution)");
session:close{ condition = "conflict", text = "Component already connected" };
return true;
end
-- Signal successful authentication