comparison src/protocols/msn/session.h @ 9363:997c28571364

[gaim-migrate @ 10171] Patches by Felipe (shx) to clean up some code, add some segfault precautions, fix chats so that we'll see the other users in the chat correctly after invites, and to have MSN ignore the local buddy list adds if we're not already signed on (which fixes a *very* annoying bug I was having). Thanks again! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 23 Jun 2004 19:38:58 +0000
parents ab6636c5a136
children 86a6d78b070b
comparison
equal deleted inserted replaced
9362:72c88ac84afa 9363:997c28571364
49 49
50 char *dispatch_host; 50 char *dispatch_host;
51 int dispatch_port; 51 int dispatch_port;
52 52
53 gboolean connected; 53 gboolean connected;
54 gboolean logged_in; /* temporal flag to ignore local blist adds */
54 55
55 MsnNotification *notification; 56 MsnNotification *notification;
56 MsnNexus *nexus; 57 MsnNexus *nexus;
57 58
58 gboolean http_method; 59 gboolean http_method;