pidgin.2.5.7: fde76240: *** Plucked rev 3f699c081b38f9d19632fcee...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Fri Jun 19 17:40:56 EDT 2009


-----------------------------------------------------------------
Revision: fde7624001600a2ba013c3195bba2474dc71e7dd
Ancestor: 84e969da4adf7a234522e144760511163e0de100
Author: rekkanoryo at pidgin.im
Date: 2009-06-19T20:58:44
Branch: im.pidgin.pidgin.2.5.7
URL: http://d.pidgin.im/viewmtn/revision/info/fde7624001600a2ba013c3195bba2474dc71e7dd

Modified files:
        libpurple/protocols/yahoo/yahoo.c

ChangeLog: 

*** Plucked rev 3f699c081b38f9d19632fcee1c23cbc96fce3092 (sulabh at soc.pidgin.im):
Yahoo auth ver 16: Use the current status of the account when logging in. Enables logging as invisible.


-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/yahoo.c	51dd98ddbad96cde7e0737f58ba06ae2f539cf8a
+++ libpurple/protocols/yahoo/yahoo.c	78215c774b53dc25f2178b131c8fe6a8f8ff4096
@@ -1397,7 +1397,8 @@ static void yahoo_auth16_stage3(PurpleCo
 
 	to_y64(base64_string, md5_digest, 16);
 
-	pkt = yahoo_packet_new(YAHOO_SERVICE_AUTHRESP, YAHOO_STATUS_WEBLOGIN, yd->session_id);
+	purple_debug_info("yahoo", "yahoo status: %d\n", yd->current_status);
+	pkt = yahoo_packet_new(YAHOO_SERVICE_AUTHRESP, yd->current_status, yd->session_id);
 	if(yd->jp) {
 		yahoo_packet_hash(pkt, "ssssssss",
 					1, name,


More information about the Commits mailing list