mcabber/src/jabglue.c
changeset 1381 40095d413da9
parent 1380 605f9e1f9f76
child 1383 d9606bd03144
equal deleted inserted replaced
1380:605f9e1f9f76 1381:40095d413da9
  1951         scr_LogPrint(LPRINT_LOGNORM, "[Jabber] Communication with the server "
  1951         scr_LogPrint(LPRINT_LOGNORM, "[Jabber] Communication with the server "
  1952                      "established");
  1952                      "established");
  1953         online = TRUE;
  1953         online = TRUE;
  1954         update_last_use();
  1954         update_last_use();
  1955         // We set AutoConnection to true after the 1st successful connection
  1955         // We set AutoConnection to true after the 1st successful connection
  1956         AutoConnection = true;
  1956         AutoConnection = TRUE;
  1957         break;
  1957         break;
  1958 
  1958 
  1959     case JCONN_STATE_CONNECTING:
  1959     case JCONN_STATE_CONNECTING:
  1960         if (previous_state != state)
  1960         if (previous_state != state)
  1961           scr_LogPrint(LPRINT_LOGNORM, "[Jabber] Connecting to the server");
  1961           scr_LogPrint(LPRINT_LOGNORM, "[Jabber] Connecting to the server");