Adium

Ticket #8971 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Adium 1.2.x does not connect to GTalk when googlemail.com address is misentered as gmail.com

Reported by: julians Assigned to: nobody
Priority: normal Milestone: Adium X 1.2.2
Component: Adium Core Version: 1.2
Severity: normal Keywords:
Cc: Patch: None
Pending: 0

Description

Connecting to GTalk works fine with Adium 1.1.4, but for every 1.2.x version (the betas, 1.2, 1.2.1), it’s broken. Attached are the debug output (I downloaded the debug version) and two screenshots of the account prefs window, as requested in the first ticket I filed about this: http://trac.adiumx.com/ticket/8643

Attachments

log.txt (48.3 kB) - added by julians on 01/18/2008 06:38:40 PM.
options_tab.png (72.4 kB) - added by julians on 01/18/2008 06:43:33 PM.

Change History

01/18/2008 06:38:40 PM changed by julians

  • attachment log.txt added.

01/18/2008 06:43:33 PM changed by julians

  • attachment options_tab.png added.

01/18/2008 06:45:41 PM changed by julians

And I’m on Mac OS 10.5.1 on an Intel machine.

01/18/2008 11:36:32 PM changed by evands

Please hold shift as Adium starts up, then connect just the GTalk account which won't connect. Attach the debug log for that; it's difficult to follow what's going on with everything else connecting.

01/19/2008 08:55:30 AM changed by zacw

I'm seeing in that debug log:

23:32:23: ************ julianstahnke@gmail.com --step-- 7
23:32:23: (Libpurple: jabber) Recv (ssl)(77): <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized/></failure>
23:32:23: Connection Disconnected: gc=9a1db00 (Not Authorized)
23:32:23: <AIPurpleGTalkAccount:808ba40 6>:julianstahnke@gmail.com accountConnectionReportDisconnect: Not Authorized
23:32:23: (Libpurple: jabber) Recv (ssl)(16): </stream:stream>
23:32:23: (Libpurple: cdsa) receive failed (-9805): Unknown error: 0
23:32:23: (Libpurple: account) Disconnecting account 0x995c5f0
23:32:23: (Libpurple: connection) Disconnecting connection 0x9a1db00
23:32:23: Disconnected: gc=9a1db00
23:32:23: <AIPurpleGTalkAccount:808ba40 6>:julianstahnke@gmail.com: Telling the core we disconnected
23:32:23: <AIPurpleGTalkAccount:808ba40 6>:julianstahnke@gmail.com: Disconnected ("Incorrect username or password"): Automatically reconnecting immediately

01/19/2008 02:46:22 PM changed by evands

  • status changed from new to closed.
  • resolution set to fixed.

(In [22428]) Avoid using cyrus-sasl's PLAIN mech implementation so that we can folllow Google Talk best practices when authenticating via PLAIN. This fixes attempting to connect to an @googlemail.com account using an @gmail.com JID ending, for example. Fixes #8971

01/19/2008 02:47:06 PM changed by evands

(In [22429]) Merged [22428]: Avoid using cyrus-sasl's PLAIN mech implementation so that we can folllow Google Talk best practices when authenticating via PLAIN. This fixes attempting to connect to an @googlemail.com account using an @gmail.com JID ending, for example. Fixes #8971

01/19/2008 02:48:25 PM changed by evands

  • summary changed from Adium 1.2.x does not connect to GTalk to Adium 1.2.x does not connect to GTalk when googlemail.com address is misentered as gmail.com.
  • milestone set to Adium X 1.2.2.

julians, enter your Google Talk ID as julianstahnke@googlemail.com, not julianstahnke@gmail.com, and it'll work in Adium 1.2.1. This will be handled automatically in future versions.