Mercurial > pidgin.yaz
diff libpurple/protocols/jabber/jabber.c @ 29640:907ddb8dc092
Call purple_conversation_attention when sending an attention using the
/buzz command on XMPP
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 20 Oct 2008 19:10:00 +0000 |
parents | de3e32bb942a |
children | bb9f7ba4f299 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Mon Oct 20 18:44:44 2008 +0000 +++ b/libpurple/protocols/jabber/jabber.c Mon Oct 20 19:10:00 2008 +0000 @@ -2366,6 +2366,7 @@ who = args[0]; } + purple_conversation_attention(conv, who, 0, PURPLE_MESSAGE_SEND, time(NULL)); return _jabber_send_buzz(js, who, error) ? PURPLE_CMD_RET_OK : PURPLE_CMD_RET_FAILED; }