So http://trac.adium.im/ticket/15137 is caused by client_login and the user's proxy configuration not working nicely together.... which led me to wonder why we were using client_login at all.
changeset: 3869:e9f94c290817 user: Thijs Alkemade <thijsalkem...@gmail.com> date: Sun Apr 17 12:51:21 2011 +0200 summary: Change ICQ and AIM encryption settings to no/opportunistic/required encryption. In addition to changing how we set the "encryption" setting, we also have: + // Always yes, so SSL on ICQ works again. + purple_account_set_bool(account, "use_clientlogin", TRUE); this is done for all OSCAR accounts, not just ICQ, as it's in CBPurpleOscarAccount. Thijs, was that intended? It seems like it should be set for ICQ accounts only, when SSL is to be used... Would like to wrap up #15137 before we release. -Evan