Ignore:
Timestamp:
2006-09-24T11:57:45Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e101506
Parents:
172a73f1
Message:

Added support for SSL- and TLS-connections. Checking of the "tls" user
setting has to be finished, plus an ssl_starttls() function for the other
SSL libraries (this code will only compile with GnuTLS for now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r172a73f1 r42127dc  
    9595int jabber_write( struct gaim_connection *gc, char *buf, int len );
    9696gboolean jabber_connected_plain( gpointer data, gint source, b_input_condition cond );
     97gboolean jabber_connected_ssl( gpointer data, void *source, b_input_condition cond );
    9798gboolean jabber_start_stream( struct gaim_connection *gc );
    9899void jabber_end_stream( struct gaim_connection *gc );
Note: See TracChangeset for help on using the changeset viewer.