comparison src/protocols/msn/session.c @ 6701:b7e113a59b51

[gaim-migrate @ 7227] Updated to MSN Protocol 9. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 02 Sep 2003 04:32:16 +0000
parents 187c740f2a4e
children 3c234b619685
comparison
equal deleted inserted replaced
6700:57161e3abbb5 6701:b7e113a59b51
2 * @file session.c MSN session functions 2 * @file session.c MSN session functions
3 * 3 *
4 * gaim 4 * gaim
5 * 5 *
6 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> 6 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version. 11 * (at your option) any later version.
12 * 12 *
36 session->dispatch_server = g_strdup(server); 36 session->dispatch_server = g_strdup(server);
37 session->dispatch_port = port; 37 session->dispatch_port = port;
38 38
39 session->users = msn_users_new(); 39 session->users = msn_users_new();
40 session->groups = msn_groups_new(); 40 session->groups = msn_groups_new();
41
42 session->protocol_ver = 9;
41 43
42 return session; 44 return session;
43 } 45 }
44 46
45 void 47 void