Mercurial > pidgin
diff src/protocols/msn/notification.c @ 11992:c824e39db0e7
[gaim-migrate @ 14285]
- make Offline a user setable status in MSN
- redo MSN status changing to query the core for the current status instead
of keeping track of it itself, as recommended by Mark on patch #1336338.
- bring back the buddy list synchronization by parsing the buddy list after
signon
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 06 Nov 2005 21:52:00 +0000 |
parents | f8cd06753755 |
children | 3cfdf1653a64 |
line wrap: on
line diff
--- a/src/protocols/msn/notification.c Sun Nov 06 19:52:20 2005 +0000 +++ b/src/protocols/msn/notification.c Sun Nov 06 21:52:00 2005 +0000 @@ -702,6 +702,7 @@ msn_user_update(user); } +#if 0 static void chg_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd) { @@ -727,6 +728,7 @@ cmdproc->session->state = state_id; } +#endif static void @@ -1379,7 +1381,7 @@ cbs_table = msn_table_new(); /* Synchronous */ - msn_table_add_cmd(cbs_table, "CHG", "CHG", chg_cmd); + msn_table_add_cmd(cbs_table, "CHG", "CHG", NULL); msn_table_add_cmd(cbs_table, "CHG", "ILN", iln_cmd); msn_table_add_cmd(cbs_table, "ADD", "ADD", add_cmd); msn_table_add_cmd(cbs_table, "ADD", "ILN", iln_cmd);