comparison 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
comparison
equal deleted inserted replaced
25010:afb1b5f1dc84 25011:9b16249bfbe6
114 guint watcher; 114 guint watcher;
115 }; 115 };
116 116
117 struct yahoo_p2p_data { 117 struct yahoo_p2p_data {
118 PurpleConnection *gc; 118 PurpleConnection *gc;
119 char *host_ip; /*also we use it as a handle*/ 119 char *host_ip;
120 int session_id; 120 int session_id;
121 char *host_username; 121 char *host_username;
122 int val_13; 122 int val_13;
123 }; 123 };
124 124