Bug 56972 - Users in chat windows do not apear "offline"
Summary: Users in chat windows do not apear "offline"
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: libkopete (show other bugs)
Version: 0.6.1a
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-07 23:09 UTC by Hilton Travis
Modified: 2003-06-05 15:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hilton Travis 2003-04-07 23:09:33 UTC
Version:           0.6.1a (using KDE KDE 3.0.5)
Installed from:    Mandrake RPMs
Compiler:          Mandrake RPMs 
OS:          Linux

When, using the MSN protocol, an open chat window is still open and the remote user then goes offline, the title bar does not change in that open chat window to show that the remote user is offline.  If the user was "idle" previous to going offline, the chat window title bar still shows their status as "idle", the same goes if they were "online" before they went offline.
Comment 1 Olivier Goffart 2003-04-29 21:01:30 UTC
Yes, i know what cause it.the fact is that the user left the chat, and then signals are 
disconnected, and the displayname will never be updated. 
i think it would be better to don't show the status in the tab dysplayname. 
Comment 2 Olivier Goffart 2003-06-05 15:37:00 UTC
Subject: kdenonbeta/kopete/libkopete

CVS commit by ogoffart: 

Update the chatwindow caption when a contact change his status.

CCMAIL: 56972-done@bugs.kde.org
CCMAIL: 59357-done@bugs.kde.org

You don't imagine the time i spent for this small bugfixe.
The code is so complex, one turn around durring hours before finding  
where is the problem. 
This changing caption code was so ugly, totally wrong!
all this code need a review. There are so much big atrocity in the kopete 
code, but it is difficult to do something because the number of function split
everywere in the code, and theses strange undocumented parram you don't know
even if these are used somewere.

I think i will take time after my exams to redesing the code of the
KMM/KopeteMessage/KopeteChatWindow 


  M +26 -10    kopetemessagemanager.cpp   1.164
  M +1 -1      kopetemessagemanager.h   1.78