GNOME Bugzilla – Bug 361378
we shouldn't use GOSSIP_ACCOUNT_TYPE_TELEPATHY
Last modified: 2006-10-12 00:23:29 UTC
By using GOSSIP_ACCOUNT_TYPE_TELEPATHY we loose the useful information of which IM protocol is used. My opinion is that if gossip is compiled with telepathy we can always assume that the GossipProtocol for all accounts is telepathy, so it's useless to set it has type for GossipAccount. I'm working on this.
Created attachment 74474 [details] [review] proposed patch This patch is for TELEPATHY branch. Now that we use real type, for gabble accounts we uses gossip-account-widget-jabber which needed a little fix to enable "ignore-ssl-errors" that was already discussed but dropped in last GossipAccount rework.
It compiled! Lovely! Just getting the protocol name might not be good enough in the account setup widget case. Tomorrow gabble might get rid of a parameter, or might add one, and it will break Gossip. If one parameter is off, we should just give the generic widget. ...Something to think about.