Ignore:
Timestamp:
2006-10-04T18:14:41Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
101d84f
Parents:
6266fca
Message:

Lack of TLS support is also detected now if the server doesn't support
XMPP 1.0 (properly), and restored immediate writes by splitting up the
jabber_write_callback() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    r6266fca rcc2cb2d  
    124124static int jabber_send_im( struct gaim_connection *gc, char *who, char *message, int len, int away )
    125125{
    126         struct xt_node *node, *event;
     126        struct xt_node *node;
    127127        int st;
    128128       
Note: See TracChangeset for help on using the changeset viewer.