| Summary: | _chat_ shown in knotify tag even if user went offline | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Amit Shah <amitshah> |
| Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Amit Shah
2003-11-12 07:37:09 UTC
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 |