# HG changeset patch # User Marcus Lundblad # Date 1224529800 0 # Node ID 907ddb8dc092b548f41e3c21bc4b7fb7e7149290 # Parent 249fee48c3ed9724395b34e30d8d660b4861cd5d Call purple_conversation_attention when sending an attention using the /buzz command on XMPP diff -r 249fee48c3ed -r 907ddb8dc092 libpurple/protocols/jabber/jabber.c --- 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; }