Mercurial > pidgin
diff src/protocols/msn/msn.c @ 3768:f53370197bb9
[gaim-migrate @ 3907]
Tri-state typing notification (typing, typed, and no longer typing) by
Nathan D. Walp
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 20 Oct 2002 19:38:36 +0000 |
parents | a20bf3d247ff |
children | 630826d97d54 |
line wrap: on
line diff
--- a/src/protocols/msn/msn.c Sun Oct 20 19:08:21 2002 +0000 +++ b/src/protocols/msn/msn.c Sun Oct 20 19:38:36 2002 +0000 @@ -656,7 +656,7 @@ if (!g_strncasecmp(content, "Content-Type: text/x-msmsgscontrol\r\n", strlen( "Content-Type: text/x-msmsgscontrol\r\n"))) { if (strstr(content,"TypingUser: ") && !ms->chat) { - serv_got_typing(ms->gc, ms->msguser, MSN_TYPING_RECV_TIMEOUT); + serv_got_typing(ms->gc, ms->msguser, MSN_TYPING_RECV_TIMEOUT, TYPING); return; }