libpurple/protocol.h

branch
soc.2013.gobjectification.plugins
changeset 36605
f483c37f853b
parent 36587
69cdb86cfbc5
child 36608
bb8dbeba5bed
equal deleted inserted replaced
36604:aa8cf5f66b2c 36605:f483c37f853b
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,

mercurial