Bug 67966 - _chat_ shown in knotify tag even if user went offline
Summary: _chat_ shown in knotify tag even if user went offline
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR minor
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-12 07:37 UTC by Amit Shah
Modified: 2004-02-09 10:23 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 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