https://bugs.kde.org/show_bug.cgi?id=356201
--- Comment #1 from Lukasz Kucharski <kuch...@gmail.com> --- My actual version of Kopete was 1.7.3 - from some reason it's not available in the list). Latest version on git master also have the same issue void SocksClient::sock_connected() { #ifdef PROX_DEBUG fprintf(stderr, "SocksClient: Connected\n"); #endif d->step = StepVersion; // This should send only in case socket connect to remote server(sockets connects du to SocksClient::connectToHost) otherwise no greeting message should be send. writeData(spc_set_version(!d->user.isEmpty())); // fixme requirement for auth should set outside } -- You are receiving this mail because: You are watching all bug changes.