Mercurial > pidgin
diff src/protocols/msn/msn.h @ 10275:d9468bd22b7c
[gaim-migrate @ 11428]
I reworked Fernando Herrera's patch from September to show who you've blocked
and who doesn't have you on their MSN buddy list as emblems.
I reworked Evan Schoenberg's patch to more accurately render formatting in
messages sent to yourself on MSN
Applied part of a patch from Felipe Contreras to fix auto-login to hotmail for
new mail (the other part was to make it work on win32, but I think that's no
longer needed), and I made sure that the temporary file used is deleted at the
end of the session (mentioned in patch 1059682 by Nigel Horne)
Applied patch 1073317 by Nigel Horne - even though I think it may not be
strictly necessary, it's probably safer like this.
I'm committing Felipe's new MSN icon too, I think it's much better, and so does
everyone else who's expressed an opinion.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 28 Nov 2004 18:13:18 +0000 |
parents | 65b3156f9f48 |
children | d90ece33e72f |
line wrap: on
line diff
--- a/src/protocols/msn/msn.h Sat Nov 27 19:39:25 2004 +0000 +++ b/src/protocols/msn/msn.h Sun Nov 28 18:13:18 2004 +0000 @@ -85,14 +85,15 @@ typedef enum { - MSN_CLIENT_CAP_WIN_MOBILE = 0x01, - MSN_CLIENT_CAP_UNKNOWN_1 = 0x02, - MSN_CLIENT_CAP_VIEW_INK = 0x04, - MSN_CLIENT_CAP_SEND_INK = 0x08, - MSN_CLIENT_CAP_VIDEO_CHAT = 0x10, - MSN_CLIENT_CAP_BASE = 0x20, - MSN_CLIENT_CAP_UNKNOWN_2 = 0x40, - MSN_CLIENT_CAP_UNKNOWN_3 = 0x80 + MSN_CLIENT_CAP_WIN_MOBILE = 0x001, + MSN_CLIENT_CAP_UNKNOWN_1 = 0x002, + MSN_CLIENT_CAP_VIEW_INK = 0x004, + MSN_CLIENT_CAP_SEND_INK = 0x008, + MSN_CLIENT_CAP_VIDEO_CHAT = 0x010, + MSN_CLIENT_CAP_BASE = 0x020, + MSN_CLIENT_CAP_MSNMOBILE = 0x040, + MSN_CLIENT_CAP_MSNDIRECT = 0x080, + MSN_CLIENT_CAP_WEBMSGR = 0x100 } MsnClientCaps; @@ -100,7 +101,9 @@ { MSN_CLIENT_VER_5_0 = 0x00, MSN_CLIENT_VER_6_0 = 0x10, - MSN_CLIENT_VER_6_1 = 0x20 + MSN_CLIENT_VER_6_1 = 0x20, + MSN_CLIENT_VER_6_2 = 0x30, + MSN_CLIENT_VER_7_0 = 0x40 } MsnClientVerId;