settings.loginPassword.get(index), satedaHandler, ChatProvider.ICQ);
}else if(type.equals(ChatProvider.MSN)){
connection = new MSNSimulation(settings.loginName.get(index),
settings.loginPassword.get(index), satedaHandler, ChatProvider.MSN);
}
satedaHandler.addConnection(connection);
}
satedaHandler.startClient();
}