diff 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
line wrap: on
line diff
--- a/src/protocols/msn/session.c	Tue Sep 02 04:28:34 2003 +0000
+++ b/src/protocols/msn/session.c	Tue Sep 02 04:32:16 2003 +0000
@@ -4,7 +4,7 @@
  * gaim
  *
  * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -39,6 +39,8 @@
 	session->users  = msn_users_new();
 	session->groups = msn_groups_new();
 
+	session->protocol_ver = 9;
+
 	return session;
 }