After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 610461 - Should call RemoveMembers when exiting room
Should call RemoveMembers when exiting room
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Multi User Chat
2.29.x
Other Linux
: Normal enhancement
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-19 15:11 UTC by Guillaume Desmottes
Modified: 2010-02-19 16:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/remove-handle-610461 (2.36 KB, patch)
2010-02-19 15:48 UTC, Guillaume Desmottes
none Details | Review

Description Guillaume Desmottes 2010-02-19 15:11:18 UTC
When leaving a chat room, Empathy should call RemoveMembers([self-handle]) instead of closing the channel.
If this call fails then the channel should be closed (to cope with older CM's).
Comment 1 Guillaume Desmottes 2010-02-19 15:48:19 UTC
Created attachment 154216 [details] [review]
http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/remove-handle-610461

 libempathy-gtk/empathy-chat.c |    2 +-
 libempathy/empathy-tp-chat.c  |   40 ++++++++++++++++++++++++++++++++++++++++
 libempathy/empathy-tp-chat.h  |    2 ++
 3 files changed, 43 insertions(+), 1 deletions(-)
Comment 2 Guillaume Desmottes 2010-02-19 16:05:45 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.