- Get empathy master (to have https://bugzilla.gnome.org/show_bug.cgi?id=610461 fixed) - Open a chat with a MSN contact and say something - Close the chat window - Empathy calls RemoveMembers on the self-handle but fails because of a NotImplemented error. (empathy:28206): empathy-DEBUG: leave_remove_members_cb: RemoveMembers failed (org.freedesktop.DBus.Python.NotImplementedError: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/dbus/service.py", line 702, in _message_cb retval = candidate_method(self, *args, **keywords) File "/usr/lib/python2.6/dist-packages/telepathy/_generated/Channel_Interface_Group.py", line 232, in RemoveMembers raise NotImplementedError NotImplementedError ); closing the channel
class ButterflyTextChannel( telepathy.server.ChannelTypeText, telepathy.server.ChannelInterfaceGroup, telepathy.server.ChannelInterfaceChatState, papyon.event.ContactEventInterface, papyon.event.ConversationEventInterface): We subclass ChannelInterfaceGroup, but don't implement any of its methods.
I implemented the method in this branch http://git.collabora.co.uk/?p=user/olethanh/telepathy-butterfly.git;a=shortlog;h=refs/heads/remove_members
(In reply to comment #2) > I implemented the method in this branch Yeah the patch looks fine. I was going to say wait until I've merged my conference changes, but if you want to do a release soonish, then go ahead. Perhaps this won't actually affect me at all, actually.
Merged thanks
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.