Bug 190353

Summary: Kopete forgets about group changes for contacts
Product: [Unmaintained] kopete Reporter: Tilman Klaeger <kde>
Component: WLM PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: bigras.bruno, pedrogomes81, tiposchi
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Tilman Klaeger 2009-04-22 17:51:01 UTC
Version:            (using KDE 4.2.2)
Compiler:          gcc-Version 4.3.3 (GCC) 
OS:                Linux
Installed from:    Unlisted Binary Package

Kopete does not save the group for contacts in the list. You can move the contact to a certain group, but after restarting kopete the contact is back to its old group. I tried this with MSN as well as with ICQ. The contact is still in the correct group, when you start kopete, but after connecting the contact is moving.
My guess is, that group-changes are not exported to the server, but imports do work. 
Till now I could not find any usefull debuging messages, so please let me know, what other information you guys need! btw: Thank you very much for this awesome piece of software!
Comment 1 Tilman Klaeger 2009-04-24 13:12:48 UTC
I played around a little more, and it looks like ICQ is working perfectly fine, I have to revise this statement. So the problem only concerns the Windows Live Messenger protocoll plugin.
Comment 2 Bruno Bigras 2009-10-21 04:50:39 UTC
*** Bug 198686 has been marked as a duplicate of this bug. ***
Comment 3 Bruno Bigras 2009-10-21 04:50:53 UTC
*** Bug 200434 has been marked as a duplicate of this bug. ***
Comment 4 Bruno Bigras 2009-10-21 05:14:47 UTC
With WLM the groups are not created on the server so it only works with pre-existing groups. Until this is fixed you could use another client to create the group first.

A patch is waiting for feedback on the review board.
Comment 5 Bruno Bigras 2009-10-22 21:25:41 UTC
SVN commit 1039125 by bbigras:

Fix a bug with WLM that new groups were not created on the server
so contacts were not able to be moved into those groups
BUG: 190353

 M  +8 -0      wlmaccount.cpp  
 M  +7 -0      wlmcontact.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1039125
Comment 6 Bruno Bigras 2009-10-28 17:14:34 UTC
SVN commit 1041838 by bbigras:

Backport r1039125 by bbigras from trunk to the 4.3 branch:

Fix a bug with WLM that new groups were not created on the server
so contacts were not able to be moved into those groups
CCBUG: 190353


 M  +8 -0      wlmaccount.cpp  
 M  +7 -0      wlmcontact.cpp  


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