Commit a40b4613 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added creation notification to the SessionManager. JM-6


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1377 b35dd754-fafc-0310-a699-88a17e54d16e
parent 006ffde8
......@@ -110,6 +110,8 @@ public class OutgoingServerSession extends Session {
session.addHostname(hostname);
// Add the validated domain as an authenticated domain
session.addAuthenticatedDomain(domain);
// Notify the SessionManager that a new session has been created
sessionManager.outgoingServerSessionCreated(session);
return true;
}
else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment