comparison libpurple/protocols/yahoo/yahoo.h @ 25072:63033139c590

minor changes in comments style and alphabetic ordering of header files.
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Sat, 12 Jul 2008 19:44:24 +0000
parents 38d188685f2f
children 2666b864dc89
comparison
equal deleted inserted replaced
25071:38d188685f2f 25072:63033139c590
44 #define YAHOOJP_PAGER_HOST "cs.yahoo.co.jp" 44 #define YAHOOJP_PAGER_HOST "cs.yahoo.co.jp"
45 #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/" 45 #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/"
46 #define YAHOOJP_MAIL_URL "http://mail.yahoo.co.jp/" 46 #define YAHOOJP_MAIL_URL "http://mail.yahoo.co.jp/"
47 #define YAHOOJP_XFER_HOST "filetransfer.msg.yahoo.co.jp" 47 #define YAHOOJP_XFER_HOST "filetransfer.msg.yahoo.co.jp"
48 #define YAHOOJP_WEBCAM_HOST "wc.yahoo.co.jp" 48 #define YAHOOJP_WEBCAM_HOST "wc.yahoo.co.jp"
49 /*not sure, must test:*/ 49 /* not sure, must test: */
50 #define YAHOOJP_XFER_RELAY_HOST "relay.msg.yahoo.co.jp" 50 #define YAHOOJP_XFER_RELAY_HOST "relay.msg.yahoo.co.jp"
51 #define YAHOOJP_XFER_RELAY_PORT 80 51 #define YAHOOJP_XFER_RELAY_PORT 80
52 #define YAHOOJP_ROOMLIST_URL "http://insider.msg.yahoo.co.jp/ycontent/" 52 #define YAHOOJP_ROOMLIST_URL "http://insider.msg.yahoo.co.jp/ycontent/"
53 #define YAHOOJP_ROOMLIST_LOCALE "ja" 53 #define YAHOOJP_ROOMLIST_LOCALE "ja"
54 54
187 /** 187 /**
188 * This linked list contains PurpleUtilFetchUrlData structs 188 * This linked list contains PurpleUtilFetchUrlData structs
189 * for when we lookup people profile or photo information. 189 * for when we lookup people profile or photo information.
190 */ 190 */
191 GSList *url_datas; 191 GSList *url_datas;
192 GHashTable *xfer_peer_idstring_map;/*Hey, i dont know, but putting this HashTable next to friends gives a run time fault...*/ 192 GHashTable *xfer_peer_idstring_map;/* Hey, i dont know, but putting this HashTable next to friends gives a run time fault... */
193 GSList *cookies;/*contains all cookies, including _y and _t*/ 193 GSList *cookies;/* contains all cookies, including _y and _t */
194 194
195 /** 195 /**
196 * We may receive a list15 in multiple packets with no prior warning as to how many we'll be getting; 196 * We may receive a list15 in multiple packets with no prior warning as to how many we'll be getting;
197 * the server expects us to keep track of the group for which it is sending us contact names. 197 * the server expects us to keep track of the group for which it is sending us contact names.
198 */ 198 */
199 char *current_list15_grp; 199 char *current_list15_grp;
200 GHashTable *peers; /*information about p2p data*/ 200 GHashTable *peers; /* information about p2p data */
201 int yahoo_local_p2p_server_fd; 201 int yahoo_local_p2p_server_fd;
202 int yahoo_p2p_server_watcher; 202 int yahoo_p2p_server_watcher;
203 }; 203 };
204 204
205 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (255) 205 #define YAHOO_MAX_STATUS_MESSAGE_LENGTH (255)