Comment 1 for bug 69494

Revision history for this message
Robert Penz (robert-penz-name) wrote :

A fix has been provided is reported to work.

SVN commit 600778 by rjarosz:

Fix bug 136566: Connecting to ICQ doesn't work anymore.

OSCAR server stops sending own user info at logon, we have to send own user info request like ICQ5.

BUG: 136566

 M +1 -0 client.cpp

--- branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar/client.cpp #600777:600778
 @ -340,6 +340,7 @
                //we've finished logging in. start the services setup
                kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "stage two done. setting up services" << endl;
                initializeStaticTasks();
+ d->ownStatusTask->go();
                ServiceSetupTask* ssTask = new ServiceSetupTask( d->connections.defaultConnection()->rootTask() );
                connect( ssTask, SIGNAL( finished() ), this, SLOT( serviceSetupFinished() ) );
                ssTask->go( true ); //fire and forget