Changes in protocols/jabber/si.c [dc0ba9c:793cc25]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/si.c
rdc0ba9c r793cc25 83 83 struct jabber_transfer *tf; 84 84 struct jabber_data *jd = ic->proto_data; 85 char *server = jd->server;86 85 87 86 imcb_log( ic, "Trying to send %s(%zd bytes) to %s", ft->file_name, ft->file_size, who ); … … 98 97 jd->filetransfers = g_slist_prepend( jd->filetransfers, tf ); 99 98 100 /* query the buddy's features */101 jabber_iq_query_features( ic, who );102 103 /* query proxies from the server */104 if( !jd->have_streamhosts )105 jabber_iq_query_server( ic, server, XMLNS_DISCO_ITEMS );106 107 /* send the request to our buddy */108 99 jabber_si_send_request( ic, who, tf ); 109 100 110 /* and start the receive logic */111 101 imcb_file_recv_start( ft ); 112 102 }
Note: See TracChangeset
for help on using the changeset viewer.