GNOME Bugzilla – Bug 655101
dnd from contact list to a chat should invite the contact to the chat
Last modified: 2012-02-17 14:24:47 UTC
We used to support dragging contacts from the CL to a MUC to add them to that room (see e.g. bug #595180), but that doesn't work anymore.
Actually we never supported that. What we did support was DnD from the contact list to a chat window to start a *new* chat with this contact, and that's indeed broken (since the port to Folks). But I agree with you, we should invite it to the current chat instead.
I implemented this but I'm blocked by bug #658576 Basically we need a way to fetch the FolksIndividual and, atm, the only way is to fetch all the individuals which is not great from a perf pov.
Looks like this won't happen for 3.2 as we need change in Folks to do this properly.
(In reply to comment #2) > I implemented this but I'm blocked by bug #658576 > > Basically we need a way to fetch the FolksIndividual and, atm, the only way is > to fetch all the individuals which is not great from a perf pov. This is no longer a problem as empathy-chat now keeps the individual manager while running.
Created attachment 207853 [details] [review] chat-window: invite contacts using DnD
Review of attachment 207853 [details] [review]: Nice! This looks fine to me.
Attachment 207853 [details] pushed as 9be0890 - chat-window: invite contacts using DnD