Dear Maintainers,
Pidgin 2.10.1 (libpurple 2.10.1) was configured for Google talk
but it fails to connect with the message "Der Server benutzt keine der
unterstützten Authentifizierungsmethoden",
in english: "Server does not use any supported authentication method",
which is not true(see below).
I figured out that this occurs when the hostname in /etc/hostname
doesn't match the one in /etc/hosts. After adapting the two entries,
Pidgin connected fine.
The relevant part of the debug log:
(10:51:04) certificate: Successfully verified certificate for googlemail.com
(10:51:04) jabber: Sending (ssl) (myusername@googlemail.com):
<stream:streamto='googlemail.com' xmlns='jabber:client'
xmlns:stream='http://etherx.jabber.org/streams' version='1.0'>
(10:51:04) jabber: Recv (ssl)(143): <stream:stream
from="googlemail.com" id="2C325E3B61D1A3B7" version="1.0"
xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">
(10:51:04) jabber: Recv (ssl)(197): <stream:features><mechanisms
xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>X-GOOGLE-TOKEN</mechanism><mechanism>X-OAUTH2</mechanism></mechanisms></stream:features>
(10:51:04) sasl: sasl_state is -1, failing the mech and trying again
(10:51:04) connection: Connection error on 0x7f4413d85890 (reason: 3
description: Der Server benutzt keine der unterstützten
Authentifizierungsmethoden)
(10:51:04) account: Disconnecting account
myusername@googlemail.com/(0x7f4413158080)
This problem was also reported on
http://askubuntu.com/questions/88989/unable-to-connect-to-google-talk-using-
pidgin-sasl-error
for ubuntu
Greetings, Andy