Bug 198785 - "Extended away" doesn't set proper statuses for ICQ and Jabber
Summary: "Extended away" doesn't set proper statuses for ICQ and Jabber
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 200884 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-03 15:11 UTC by Jiri Kosina
Modified: 2009-11-01 16:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kosina 2009-07-03 15:11:21 UTC
Version:           Version 0.70.90 Using KDE 4.2.95 (KDE 4.2.95 (KDE 4.3 RC1)) "release 139" (using Devel)
Installed from:    Compiled sources

When I add a new status in "Manage your statuses" configuration window and set the Category to "Extended away" and then set this status, it sets only "Away" status for Jabber and ICQ, although "Extended away" for Jabber and "Not available" for ICQ would be expected.

This might be related to the fact that even manual settings of "Extended away" and "Not available" statuses through menu doesn't work, it always ends up only with "Away".
Comment 1 Jiri Kosina 2009-07-20 16:32:29 UTC
*** Bug 200884 has been marked as a duplicate of this bug. ***
Comment 2 Christian Hartmann 2009-07-29 13:15:05 UTC
This is the same with the "occupied" status. It just sets the status to away and uses the status title "occupied".
Comment 3 ancow 2009-10-07 20:01:13 UTC
For the ICQ plugin, going online and offline and toggling the inivisibility flag works. Everything else (including the "free for chat" status) just sets the status to "away". This works both with setting the global status and setting it for the ICQ plugin only.
Comment 4 Roman Jarosz 2009-11-01 16:16:16 UTC
SVN commit 1043442 by rjarosz:

Don't set AIM away message in ICQ because it will break DND and othere statuses.

CCBUG: 198785



 M  +2 -1      client.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1043442
Comment 5 Roman Jarosz 2009-11-01 16:17:29 UTC
SVN commit 1043443 by rjarosz:

Backport commit 1043442.
Don't set AIM away message in ICQ because it will break DND and othere statuses.

CCBUG: 198785



 M  +2 -1      client.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1043443
Comment 6 Roman Jarosz 2009-11-01 16:47:56 UTC
SVN commit 1043454 by rjarosz:

Set correct category for Extended away status

BUG: 198785



 M  +1 -1      jabberprotocol.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1043454
Comment 7 Roman Jarosz 2009-11-01 16:54:52 UTC
SVN commit 1043458 by rjarosz:

Backport commit 1043454 + Busy fix
Set correct category for Extended away status

CCBUG: 198785



 M  +2 -2      jabberprotocol.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1043458