[kopete-bugs] [Bug 194087] kopete: no webcam invitation or request possible
Thomas Sommer
thomas.sommer at gmx.de
Wed Aug 19 20:34:48 CEST 2009
https://bugs.kde.org/show_bug.cgi?id=194087
--- Comment #3 from Thomas Sommer <thomas sommer gmx de> 2009-08-19 20:34:44 ---
I tried to debug the option with kopete 0.70.4. 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;
}
"data" seems to be empty.
If someone give me some hints I can try to debug a little bit more.
--
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