Mercurial > pidgin
changeset 5505:870207a49f2f
[gaim-migrate @ 5904]
Typing messages no longer require any acknowledgement, so all errors saying
that the message was not received should now be gone. This is what the
official client does.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 24 May 2003 19:15:58 +0000 |
parents | e1e6b2fda105 |
children | 4f72b611f0ee |
files | src/protocols/msn/msn.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/msn.c Sat May 24 13:47:14 2003 +0000 +++ b/src/protocols/msn/msn.c Sat May 24 19:15:58 2003 +0000 @@ -522,6 +522,7 @@ msn_message_set_content_type(msg, "text/x-msmsgscontrol"); msn_message_set_receiver(msg, user); msn_message_set_charset(msg, NULL); + msn_message_set_flag(msg, 'U'); msn_message_set_attr(msg, "TypingUser", gc->username); msn_message_set_attr(msg, "User-Agent", NULL); msn_message_set_body(msg, "\r\n");