comparison libpurple/protocols/oscar/oscar.h @ 25212:d3f47707e260

Part 2 of the continuing effort to get OSCAR over SSL working. * Request SSL when getting new FLAP connections and parse the returned attributes (regarding what to use as the SSL common name). * Work around what is apparently weird buginess with FLAP connections to SNAC families ADMIN and BART (they don't like SSL). SSL connections still pop up certificate warnings.
author Paul Aurich <paul@darkrain42.org>
date Thu, 11 Dec 2008 07:14:50 +0000
parents ea70a446dde4
children c6772d61af1f
comparison
equal deleted inserted replaced
25211:ea70a446dde4 25212:d3f47707e260
593 { 593 {
594 guint16 group; 594 guint16 group;
595 const char *ip; 595 const char *ip;
596 guint16 cookielen; 596 guint16 cookielen;
597 const guint8 *cookie; 597 const guint8 *cookie;
598 const char *ssl_cert_cn;
599 guint8 use_ssl;
598 struct { /* group == SNAC_FAMILY_CHAT */ 600 struct { /* group == SNAC_FAMILY_CHAT */
599 guint16 exchange; 601 guint16 exchange;
600 const char *room; 602 const char *room;
601 guint16 instance; 603 guint16 instance;
602 } chat; 604 } chat;