http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/1766

MSN chat has been broken in WengoPhone for over a month now, but apparently a very simple patch has been posted on the associated pidgin ticket (and the pidgin ticket is now closed/fixed). The patch would apparently be a one liner in \libgaim\protocols\msn\httpconn.c (line 728)

        httpconn->connect_data = purple_proxy_connect(NULL, 
httpconn->session->account,
-               "gateway.messenger.hotmail.com", 80, connect_cb, httpconn);
+               host, 80, connect_cb, httpconn);


The "gateway.messenger.hotmail.com" is then set as a parameter in the account/server settings. I'd like to get the problem resolved asap and think I could probably do the patch myself. However, I'm not sure how to build the 3rdparty dll's for gaim? Does anybody have any instructions on how to build these 3rdparty libs (using MSVC) or will I have to wait until the patch is applied in SVN and update my binary-lib when the fix is applied?

I imagine the lack of MSN chat support is an issue for many users out there? Can somebody give us a progress report on this ticket?

Thanks,
Ray
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to