comparison src/protocols/jabber/jabber.h @ 14113:8ca0e500da4c

[gaim-migrate @ 16747] Jabber is done. Also, I have a feeling JabberSIXfer->streamhosts is leaking, if anyone wants to fix it. Wink wink. Nudge Nudge. Karate chop. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Aug 2006 07:18:58 +0000
parents f327a27f7f07
children
comparison
equal deleted inserted replaced
14112:e149556f7569 14113:8ca0e500da4c
64 } JabberStreamState; 64 } JabberStreamState;
65 65
66 typedef struct _JabberStream 66 typedef struct _JabberStream
67 { 67 {
68 int fd; 68 int fd;
69
70 GaimProxyConnectInfo *connect_info;
69 71
70 #ifdef HAVE_LIBXML 72 #ifdef HAVE_LIBXML
71 xmlParserCtxt *context; 73 xmlParserCtxt *context;
72 #else 74 #else
73 GMarkupParseContext *context; 75 GMarkupParseContext *context;