Ignore:
Timestamp:
2008-05-10T10:09:19Z (16 years ago)
Author:
ulim <a.sporto+bee@…>
Branches:
master
Children:
cce0450
Parents:
b043ad5
Message:

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)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    rb043ad5 rb5cfc2b  
    154154        gpointer streamhandle;
    155155
     156        /* timeout for discover queries */
     157        gint disco_timeout;
     158        gint disco_timeout_fired;
     159
    156160        struct im_connection *ic;
     161
     162        struct jabber_buddy *bud;
    157163
    158164        int watch_in;
Note: See TracChangeset for help on using the changeset viewer.