| 487 |
487 |
| 488 /** |
488 /** |
| 489 * purple_protocol_send_attention: |
489 * purple_protocol_send_attention: |
| 490 * @gc: The connection to send the message on. |
490 * @gc: The connection to send the message on. |
| 491 * @who: Whose attention to request. |
491 * @who: Whose attention to request. |
| 492 * @type_code: An index into the protocol's attention_types list |
492 * @type_code: An index into the protocol's attention_types list determining the type |
| 493 * determining the type of the attention request command to |
493 * of the attention request command to send. 0 if protocol only defines one |
| 494 * send. 0 if protocol only defines one (for example, Yahoo and |
494 * (for example, Yahoo and MSN), but protocols are allowed to define more. |
| 495 * MSN), but some protocols define more (MySpaceIM). |
|
| 496 * |
495 * |
| 497 * Send an attention request message. |
496 * Send an attention request message. |
| 498 * |
497 * |
| 499 * Note that you can't send arbitrary PurpleAttentionType's, because there is |
498 * Note that you can't send arbitrary PurpleAttentionType's, because there is |
| 500 * only a fixed set of attention commands. |
499 * only a fixed set of attention commands. |