comparison src/protocols/msn/session.h @ 8808:bbd8cdaf0ad5

[gaim-migrate @ 9570] A massive patch by shx to reorganize MSN some more and add command processor support. This allows us to do cool things like produce more detailed error messages. For example, the Invalid Username dialog now shows the username of the invalid user. I modified the aforementioned dialog so it'll look a little nicer looking, and also mention the account this happened on. It also removes the user from your blist, as there's no point to keeping the user on there. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 25 Apr 2004 22:02:06 +0000
parents fc27237783ee
children c30d81b4dd22
comparison
equal deleted inserted replaced
8807:482fc53c969d 8808:bbd8cdaf0ad5
47 47
48 MsnServConn *notification_conn; 48 MsnServConn *notification_conn;
49 49
50 MsnNexus *nexus; 50 MsnNexus *nexus;
51 51
52 unsigned int trId;
53
54 gboolean http_method; 52 gboolean http_method;
55 gint http_poll_timer; 53 gint http_poll_timer;
56 54
57 MsnUsers *users; 55 MsnUsers *users;
58 MsnGroups *groups; 56 MsnGroups *groups;
59 57
58 int servconns_count;
60 GList *servconns; 59 GList *servconns;
61 GList *switches; 60 GList *switches;
62 61
63 struct 62 struct
64 { 63 {