Bug 67966

Summary: _chat_ shown in knotify tag even if user went offline
Product: [Unmaintained] kopete Reporter: Amit Shah <amitshah>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Amit Shah 2003-11-12 07:37:09 UTC
Version:           0.7.93 (using KDE 3.1.93 (3.2 beta 1), compiled sources)
Compiler:          gcc version 3.3.2 (Debian)
OS:          Linux (i686) release 2.6.0-test9

The 'chat' link is shown in the knotify tip even if some user went offline. Weird behavior, this link shouldn't be put there, right?
Comment 1 Will Stephenson 2003-11-12 09:32:56 UTC
Some protocols support offline sending - this allows you to send them a message they will receive when they next connect.
Comment 2 Martijn Klingens 2004-01-18 12:04:43 UTC
Looking at the code this seems fixed in CVS.

I can make little else of this

  else if ( !m_metaContact->isOnline() &&
      m_oldStatus != KopeteOnlineStatus::Offline &&
      m_oldStatus != KopeteOnlineStatus::Unknown )
  {
      KNotifyClient::event( winId , "kopete_offline", text );
  }

(Simplified by leaving out the KDE 3.1.0 compatibility stuff.) Can anyone confirm it still happens? I think we can close this as 'fixed'.

Martijn
Comment 3 Stefan Gehn 2004-02-09 10:23:24 UTC
Let's assume it's fixed