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?
Some protocols support offline sending - this allows you to send them a message they will receive when they next connect.
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
Let's assume it's fixed