comparison libpurple/protocols/msn/servconn.h @ 23549:5c95339855b2

Allow forcing an MSN HTTP connection to connect to a new server. This is important for initial connections that receive an XFR for the NS, since it seems that happens all the time now. Fixes #6107.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 23 Jun 2008 04:10:46 +0000
parents 84807b5e60fa
children d72c185d0be3
comparison
equal deleted inserted replaced
23548:165546763e3a 23549:5c95339855b2
113 * Connects to a host. 113 * Connects to a host.
114 * 114 *
115 * @param servconn The connection. 115 * @param servconn The connection.
116 * @param host The host. 116 * @param host The host.
117 * @param port The port. 117 * @param port The port.
118 * @param force Force this servconn to connect to a new server.
118 */ 119 */
119 gboolean msn_servconn_connect(MsnServConn *servconn, const char *host, int port); 120 gboolean msn_servconn_connect(MsnServConn *servconn, const char *host, int port,
121 gboolean force);
120 122
121 /** 123 /**
122 * Disconnects. 124 * Disconnects.
123 * 125 *
124 * @param servconn The connection. 126 * @param servconn The connection.