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

-- 
Kopete 0.12.3 can't log in to ICQ anymore
https://launchpad.net/bugs/69494

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to