purple network callbacks don't work properly on Windows
Submitted by Sunil Mohan Adapa
Assigned to Telepathy bugs list
Description
Created attachment 21312 Patch to fix the problem
We had problem connecting to ICQ and AIM on Spicebird with telepathy-haze. I traced back the problem to network socket data ready callback not back getting called sometimes even when there is data available on the socket. Haze is using g_io_channel_unix_new on all platforms and this seems to be causing the problem. Pidgin was using its own Windows wrapper for on Windows. Similar code for haze indeed fixed the problem.
Patch 21312, "Patch to fix the problem":
windows_sockets.patch