[kopete-bugs] [Bug 161914] yahoo camera offers, invites, sending, and viewing don't work / are blank & nothing can be seen

Thomas Sommer thomas.sommer at gmx.de
Sat Aug 29 11:27:53 CEST 2009


https://bugs.kde.org/show_bug.cgi?id=161914


Thomas Sommer <thomas.sommer at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas.sommer at gmx.de




--- Comment #46 from Thomas Sommer <thomas sommer gmx de>  2009-08-29 11:25:33 ---
https://bugs.kde.org/show_bug.cgi?id=194087 seems to be a duplicate of this
bug.

Same behavior with version 0.70.90 and KDE 4.3.0.

I tried to debug the option with kopete 0.70.90. When I press the "Invite to
view your Webcam" button following functions are called:

void WebcamTask::registerWebcam()
void WebcamTask::addPendingInvitation( const QString &userId )
void WebcamTask::parseWebcamInformation( YMSGTransfer *t )
void WebcamTask::slotRead()
void WebcamTask::connectStage2( KStreamSocket *socket ) {
    ...
    switch( (const char)data[2] ) 
    ...
    socketMap.remove( socket );
    delete socket;
}

connectStage2 is passed without entering any of the defined cases 0x04, 0x07 or
0x06.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list