[Pidgin] #3610: MSNP14 Takes a long time to log-in
Pidgin
trac at pidgin.im
Sat Nov 3 10:57:46 EDT 2007
#3610: MSNP14 Takes a long time to log-in
---------------------+------------------------------------------------------
Reporter: tomgr | Owner: khc
Type: defect | Status: new
Priority: minor | Milestone:
Component: MSN | Version:
Resolution: | Keywords: MSNP14
Pending: 0 |
---------------------+------------------------------------------------------
Comment (by tomgr):
khc, I see you've merged your branch to im.pidgin.pidgin - it works great
on linux (sending an OIM is still a bit temperamental but hey). However,
there is a small problem with your code under Adium because in
msn_soap_connected_cb you use g_idle_add. Therefore I changed the line to:
{{{
conn->event_handle = purple_timeout_add(0, msn_soap_connection_run, conn);
}}}
However, this did not stop Adium from logging on slowly - I suspect that
openssl might be to blame since that is the only thing which I can think
is different between Pidgin and Adium. The behaviour reported before
persists then it seems!
--
Ticket URL: <http://developer.pidgin.im/ticket/3610#comment:6>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list