diff libpurple/protocols/yahoo/yahoo.h @ 25011:9b16249bfbe6

Support for YAHOO_PROCESS_MESSAGE and YAHOO_PROCESS_NOTIFY over p2p links. The patch enables initialization of p2p, and use of p2p link to RECEIVE IM messages.
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Sun, 08 Jun 2008 17:40:04 +0000
parents afb1b5f1dc84
children 11e2d8a878b0
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.h	Fri Jun 06 17:28:37 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.h	Sun Jun 08 17:40:04 2008 +0000
@@ -116,7 +116,7 @@
 
 struct yahoo_p2p_data	{
 	PurpleConnection *gc;
-	char *host_ip;		/*also we use it as a handle*/
+	char *host_ip;
 	int session_id;
 	char *host_username;
 	int val_13;