Commit f25491c7 authored by akrherz's avatar akrherz

ConnectionType.SOCKET_S2S is MINA based, so don't exlude it on start()

parent 99930932
......@@ -174,7 +174,6 @@ public class ConnectionListener
// TODO Start all connection types here, by supplying more connection acceptors other than a MINA-based one.
switch ( getType() )
{
case SOCKET_S2S:
case BOSH_C2S:
case WEBADMIN:
Log.debug( "Not starting a (MINA-based) connection acceptor, as connections of type " + getType() + " depend on another IO technology.");
......
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