comparison libpurple/protocols/oscar/oscar.h @ 28509:17617d892bc4

oscar: Properly support TLS when using clientLogin.
author Paul Aurich <paul@darkrain42.org>
date Fri, 06 Nov 2009 03:58:26 +0000
parents 4575d8daba12
children f1437342cc0e
comparison
equal deleted inserted replaced
28508:281bd8a973d8 28509:17617d892bc4
621 const char *room; 621 const char *room;
622 guint16 instance; 622 guint16 instance;
623 } chat; 623 } chat;
624 }; 624 };
625 625
626 int oscar_connect_to_bos(PurpleConnection *gc, OscarData *od, const char *host, guint16 port, guint8 *cookie, guint16 cookielen); 626 int oscar_connect_to_bos(PurpleConnection *gc, OscarData *od, const char *host, guint16 port, guint8 *cookie, guint16 cookielen, const char *tls_certname);
627 627
628 /* family_auth.c */ 628 /* family_auth.c */
629 629
630 /** 630 /**
631 * Only used when connecting with the old-style BUCP login. 631 * Only used when connecting with the old-style BUCP login.