23242526272829
String username = connectioninfo.split(";")[0]; System.out.println("User tries to connect: "+username); //return "-", meaning that this server will not use authentication. conn.send(new S0x02()); }