Commit 479a8a85 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Return answer to new client even after kicking old client (resource conflict). JM-483

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@3171 b35dd754-fafc-0310-a699-88a17e54d16e
parent 51894715
......@@ -109,7 +109,6 @@ public class IQBindHandler extends IQHandler {
StreamError error = new StreamError(StreamError.Condition.conflict);
conn.getWriter().write(error.toXML());
conn.close();
return null;
}
}
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