comparison 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
comparison
equal deleted inserted replaced
5474:0b355ec51083 5475:ad9887c91a59
70 70
71 71
72 #define MSN_FT_GUID "{5D3E02AB-6190-11d3-BBBB-00C04F795683}" 72 #define MSN_FT_GUID "{5D3E02AB-6190-11d3-BBBB-00C04F795683}"
73 73
74 #define MSN_CLIENTINFO \ 74 #define MSN_CLIENTINFO \
75 "User-Agent: Gaim/" VERSION "\r\n" \ 75 "Client-Name: Gaim/" VERSION "\r\n" \
76 "Buddy-Icons: 1\r\n" \ 76 "Chat-Logging: Y\r\n" \
77 "Logging: 1\r\n" 77 "Buddy-Icons: 1\r\n"
78 78
79 #endif /* _MSN_H_ */ 79 #endif /* _MSN_H_ */