diff options
| author | ulim <a.sporto+bee@gmail.com> | 2008-05-10 12:09:19 +0200 | 
|---|---|---|
| committer | ulim <a.sporto+bee@gmail.com> | 2008-05-10 12:09:19 +0200 | 
| commit | b5cfc2bdad8a68011bf9215c63293299e4e8dc5c (patch) | |
| tree | ce99a6fd138d9c16f94e32ea42d9d1602e59675a /protocols/jabber/jabber.h | |
| parent | b043ad5e69d91730145ea49305a1fab588c83a93 (diff) | |
some changes for sending.
* not only query but also respect peer's features (i.e. abort ft if an important feature is not advertised)
* wait for proxy discovery to complete before starting the transfer (important for sending to people with auto accept)
Diffstat (limited to 'protocols/jabber/jabber.h')
| -rw-r--r-- | protocols/jabber/jabber.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h index fc315710..bc848170 100644 --- a/protocols/jabber/jabber.h +++ b/protocols/jabber/jabber.h @@ -153,8 +153,14 @@ struct jabber_transfer  	/* the stream's private handle */  	gpointer streamhandle; +	/* timeout for discover queries */ +	gint disco_timeout; +	gint disco_timeout_fired; +  	struct im_connection *ic; +	struct jabber_buddy *bud; +  	int watch_in;  	int watch_out; | 
