diff src/protocols/msn/msn.h @ 5475:ad9887c91a59

[gaim-migrate @ 5871] Fixed our support for the standard. I misread the discussion and used an alternative proposal. So now we use the new, correct one. Basically, what this means to the users is that 0.64 users will still see 0.63 MSN buddy icons, but 0.63 won't see 0.64's. No big deal. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 22 May 2003 01:31:56 +0000
parents d5690ed70085
children 187c740f2a4e
line wrap: on
line diff
--- a/src/protocols/msn/msn.h	Wed May 21 21:02:05 2003 +0000
+++ b/src/protocols/msn/msn.h	Thu May 22 01:31:56 2003 +0000
@@ -72,8 +72,8 @@
 #define MSN_FT_GUID "{5D3E02AB-6190-11d3-BBBB-00C04F795683}"
 
 #define MSN_CLIENTINFO \
-	"User-Agent: Gaim/" VERSION "\r\n" \
-	"Buddy-Icons: 1\r\n" \
-	"Logging: 1\r\n"
+	"Client-Name: Gaim/" VERSION "\r\n" \
+	"Chat-Logging: Y\r\n" \
+	"Buddy-Icons: 1\r\n"
 
 #endif /* _MSN_H_ */