GNOME Bugzilla – Bug 653510
Set 'server' parameter for GTalk accounts.
Last modified: 2011-06-28 08:17:30 UTC
We used to set 'server' to 'talk.google.com' explicitly. We stopped doing this when we grew 'fallback-servers'. They are not sufficient, as my patch (to follow) explains.
Created attachment 190775 [details] [review] Set 'server' parameter on GTalk accounts. This stops us depending on properly-configured SRV records. 'fallback-servers' is not good enough in this situation: • foo.com's XMPP stuff is served by Google Apps; • your router breaks SRV requests; • foo.com resolves to 1.2.3.4 which has a (different) XMPP server listening on port 5222. This may seem far-fetched, but this happened to two completely different people, both hosted with Dreamhost.
Merged to 3.0 and master, thanks!