public void serviceStopped(XMPPIOService service) {
super.serviceStopped(service);
Map<String, Object> sessionData = service.getSessionData();
String[] routings = (String[])sessionData.get(PORT_ROUTING_TABLE_PROP_KEY);
updateRoutings(routings, false);
ConnectionType type = service.connectionType();
if (type == ConnectionType.connect) {
addWaitingTask(sessionData);
//reconnectService(sessionData, connectionDelay);
} // end of if (type == ConnectionType.connect)
// removeRouting(serv.getRemoteHost());