Open
Issue #6
· created by
Cannot login with Empathy.
As Empathy can use libpurple protocol, but it doesn't support its pop up window,
We cannot login with Empathy because we could not see confirmation code.
-
This is caused by the fact that Empathy's libpurple implementation doesn't implement most of the "request" API that is, among other things, used for showing the PIN code when logging in for the first time.
I think it's possible to detect that the API is unimplemented and send the PIN code as a normal message instead, I'll see if I can do that.
-
How about patching telepathy-haze? It is the easiest way for me. And the name for it is mvirkkunen-line and no picture. These are also bugs.
-
Yes, that would be the correct way of fixing it. I don't use Telepathy myself so I'm not really interested in fixing it though.
-
Which method is unimplemented?
-
I'll note this here as well, the problem is caused by the following functions, especially haze_request_action, not being implemented in telepathy-haze:
http://cgit.freedesktop.org/telepathy/telepathy-haze/tree/src/request.c#n83