Adium

Ticket #9092 (closed defect: fixed)

Opened 6 months ago

Last modified 4 months ago

Should provide appropriate defaults for google talk (gtalk) group chat

Reported by: ecjensen Assigned to: evands
Priority: normal Milestone: Adium X 1.2.5
Component: Google Talk Version: 1.2.1
Severity: normal Keywords: group chat
Cc: Patch: None
Pending: 0

Description

As per #6368, "Join Group Chat" for a normal gtalk account fails silently. The behavior is exactly the same in the latest 1.2.1 as that ticket specifies, as is the unhelpful debug log output. Although, for one of my failed attempts to test@talk.google.com I did get a dialog exactly 26 minutes later that it had failed: 404: Remote Server Not Found

The reasons these fail are that the default server is incorrect (conference.talk.google.com but should be groupchat.google.com) and gtalk requires a special Chat Room Name convention (private-chat-12345678-dead-beef-feed-fedcba987654 as per http://mkokotovich.blogspot.com/2007/12/google-talk-groupchat.html). Also the password is not needed, as Google just checks that you're logged in to your account.

Changing these defaults to the correct server and a randomly generated chat room name of that format would enable average google talk users to join group chats via Adium.

Change History

01/31/2008 09:30:40 PM changed by jas8522

  • milestone set to Adium X 1.2.4.

04/03/2008 11:37:08 AM changed by evands

Note: The actual convention is "private-chat-UUID"

04/03/2008 11:40:56 AM changed by evands

  • owner changed from nobody to evands.
  • status changed from new to assigned.

04/03/2008 11:43:10 AM changed by evands

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

(In [23036]) Fixed default conference settings for Google Talk. Fixes #9092.

04/03/2008 11:43:46 AM changed by evands

(In [23037]) Merged [23036]: Fixed default conference settings for Google Talk. Fixes #9092.