You need to sign in before continuing.

Open
Issue #6 · created by matyapiro31


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.


2 participants
  • Matti Virkkunen @mvirkkunen

    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.

    Edit in fullscreen
    Comments are parsed with GitLab Flavored Markdown
    Attach files by dragging & dropping or selecting them.
  • matyapiro31 @matyapiro31

    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.

    Edit in fullscreen
    Comments are parsed with GitLab Flavored Markdown
    Attach files by dragging & dropping or selecting them.
  • Matti Virkkunen @mvirkkunen

    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.

    Edit in fullscreen
    Comments are parsed with GitLab Flavored Markdown
    Attach files by dragging & dropping or selecting them.
  • matyapiro31 @matyapiro31

    Which method is unimplemented?

    Edit in fullscreen
    Comments are parsed with GitLab Flavored Markdown
    Attach files by dragging & dropping or selecting them.
  • Matti Virkkunen @mvirkkunen ·

    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

    Edit in fullscreen
    Comments are parsed with GitLab Flavored Markdown
    Attach files by dragging & dropping or selecting them.