diff libpurple/protocols/yahoo/libymsg.h @ 30098:9f482e11f066

Rework the Yahoo auth16 sutff a bit such that we now retrieve and use the necessary portion of the B cookie. This isn't strictly required to log in, but it does make us look more like the official client.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 08 Apr 2010 03:21:27 +0000
parents 957f57decf90
children 018801f22934 e9001aa49be8
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.h	Mon Apr 05 00:09:37 2010 +0000
+++ b/libpurple/protocols/yahoo/libymsg.h	Thu Apr 08 03:21:27 2010 +0000
@@ -220,6 +220,7 @@
 	gsize auth_written;
 	char *cookie_y;
 	char *cookie_t;
+	char *cookie_b;
 	int session_id;
 	gboolean jp;
 	gboolean wm; /* connected w/ web messenger method */