| 504 void (*get_public_alias)(PurpleConnection *gc, |
504 void (*get_public_alias)(PurpleConnection *gc, |
| 505 PurpleGetPublicAliasSuccessCallback success_cb, |
505 PurpleGetPublicAliasSuccessCallback success_cb, |
| 506 PurpleGetPublicAliasFailureCallback failure_cb); |
506 PurpleGetPublicAliasFailureCallback failure_cb); |
| 507 |
507 |
| 508 /** |
508 /** |
| 509 * Gets the maximum message size for the protocol. It may depend on |
509 * Gets the maximum message size in bytes for the protocol. It may |
| 510 * connection-specific variables (like protocol version). |
510 * depend on connection-specific variables (like protocol version). |
| 511 * |
511 * |
| 512 * This value is intended for plaintext message, the exact value may be |
512 * This value is intended for plaintext message, the exact value may be |
| 513 * lower because of: |
513 * lower because of: |
| 514 * - used newlines (some protocols count them as more than one byte), |
514 * - used newlines (some protocols count them as more than one byte), |
| 515 * - formatting, |
515 * - formatting, |