diff libpurple/protocols/yahoo/yahoo.h @ 25016:d11d1ac96a0d

Send IMs and Typing notifications through p2p, Redesign p2p user_data structure, Close p2p connections at sign out.
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Tue, 17 Jun 2008 21:17:29 +0000
parents 11e2d8a878b0
children 048a53891afd
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.h	Sat Jun 14 08:53:43 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.h	Tue Jun 17 21:17:29 2008 +0000
@@ -121,6 +121,8 @@
 	char *host_username;
 	int val_13;
 	guint input_event;
+	gint source;
+	int val_11;
 };
 
 struct _YchtConn;
@@ -186,6 +188,7 @@
 	 * the server expects us to keep track of the group for which it is sending us contact names.
 	 */
 	char *current_list15_grp;
+	GHashTable *peers;	/*information about p2p data*/
 };
 
 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (255)