comparison libpurple/protocols/yahoo/yahoo.h @ 23986:18a1f0fe5f40

Do a better job of detecting if the yahoo account is connecting through a HTTP Proxy in order to generate acceptable HTTP requests. Hopefully fixes #6527
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 27 Aug 2008 02:52:50 +0000
parents 269bba623a62
children b5210bb72273
comparison
equal deleted inserted replaced
23985:fd646e79cccf 23986:18a1f0fe5f40
202 void yahoo_init_colorht(void); 202 void yahoo_init_colorht(void);
203 void yahoo_dest_colorht(void); 203 void yahoo_dest_colorht(void);
204 char *yahoo_codes_to_html(const char *x); 204 char *yahoo_codes_to_html(const char *x);
205 char *yahoo_html_to_codes(const char *src); 205 char *yahoo_html_to_codes(const char *src);
206 206
207 gboolean
208 yahoo_account_use_http_proxy(PurpleConnection *conn);
209
207 /** 210 /**
208 * Encode some text to send to the yahoo server. 211 * Encode some text to send to the yahoo server.
209 * 212 *
210 * @param gc The connection handle. 213 * @param gc The connection handle.
211 * @param str The null terminated utf8 string to encode. 214 * @param str The null terminated utf8 string to encode.