[Pidgin] #5057: libpurple doesn't connect through proxy

Pidgin trac at pidgin.im
Tue Jun 3 04:40:41 EDT 2008


#5057: libpurple doesn't connect through proxy
------------------------+---------------------------------------------------
  Reporter:  dasvo      |       Owner:  datallah
      Type:  patch      |      Status:  closed  
  Priority:  minor      |   Milestone:  2.5.0   
 Component:  libpurple  |     Version:  2.3.1   
Resolution:  fixed      |    Keywords:          
   Pending:  0          |  
------------------------+---------------------------------------------------
Comment (by dasvo):

 Looks like, you've changed a lot of code around the problem, but the
 problem itself is still there. Please see the two lines, which are:

 -purple_debug_info("proxy", "HTTP proxy connection established\n");
 -purple_proxy_connect_data_connected(connect_data);

 and should be replaced by:

 +connect_data->inpa = purple_input_add(connect_data->fd,
 PURPLE_INPUT_WRITE, socket_ready_cb, connect_data);

 this change actually fix the problem of proxy connection.

 Thanks,

 Daniel

-- 
Ticket URL: <http://developer.pidgin.im/ticket/5057#comment:3>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list