comparison 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
comparison
equal deleted inserted replaced
29639:249fee48c3ed 29640:907ddb8dc092
2364 } 2364 }
2365 } else { 2365 } else {
2366 who = args[0]; 2366 who = args[0];
2367 } 2367 }
2368 2368
2369 purple_conversation_attention(conv, who, 0, PURPLE_MESSAGE_SEND, time(NULL));
2369 return _jabber_send_buzz(js, who, error) ? PURPLE_CMD_RET_OK : PURPLE_CMD_RET_FAILED; 2370 return _jabber_send_buzz(js, who, error) ? PURPLE_CMD_RET_OK : PURPLE_CMD_RET_FAILED;
2370 } 2371 }
2371 2372
2372 GList *jabber_attention_types(PurpleAccount *account) 2373 GList *jabber_attention_types(PurpleAccount *account)
2373 { 2374 {