Gabble only connects to one port at the moment. We could define a way to fall back to port 443 with SSL, to allow connecting to Google (and anyone else whose XMPP server listens on 443) with strict HTTP CONNECT proxies. This could be as complex as a list of (server, port, old-ssl?) tuples, or as simple as a boolean for "on failure, do old-ssl on port 443".
A list of (s:server, u:port, b:ssl) could make sense in telepathy-idle too as in the IRC world you connect to an IRC network which can be composed of many IRC servers. Empathy has already UI supporting that actually but currently Idle just uses the top one in the priority list.
Let's play "how do we express values of type a(sub) in a .manager file?" :D
telepathy-gabble 0.9.18 (2010-09-13) ==================================== ... • Add the fallback-servers parameter, which can be used to make connections to Google Talk on some networks more reliable (stormer)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.