comparison src/ft.h @ 11084:2c21bffa8200

[gaim-migrate @ 13103] OSCAR file transfers now work for users behind the same NAT. This should be useful to users of corporate and campus networks. Users of AIM and ICQ 5.02 and newer will see the benefits of this change. Gaim will now try the IP address that the AOL servers see for the sender for 15 seconds (the verified IP), then try the IP address that the sender sees for itself (client IP). The file transfer times out if that fails after an additional 15 seconds. Also, a few more status messages regarding the file transfer are now sent to the conversation window. committer: Tailor Script <tailor@pidgin.im>
author Jonathan Clark <ardentlygnarly>
date Mon, 11 Jul 2005 02:19:13 +0000
parents f2e86683cafc
children 0754ce8f1122
comparison
equal deleted inserted replaced
11083:8faabf4081ca 11084:2c21bffa8200
537 * 537 *
538 * @param xfer The file transfer. 538 * @param xfer The file transfer.
539 */ 539 */
540 void gaim_xfer_update_progress(GaimXfer *xfer); 540 void gaim_xfer_update_progress(GaimXfer *xfer);
541 541
542 /**
543 * Updates file transfer progress.
544 *
545 * @param xfer The file transfer.
546 */
547 void gaim_xfer_update_progress(GaimXfer *xfer);
548
549 /**
550 * Displays a file transfer-related message in the conversation window
551 *
552 * This is a wrapper around gaim_conversation_write
553 *
554 * @param xfer The file transfer to which this message relates.
555 * @param message The message to display.
556 * @param gboolean Is this an error message?.
557 */
558 void gaim_xfer_conversation_write(GaimXfer *xfer, char *message, gboolean is_error);
559
542 /*@}*/ 560 /*@}*/
543 561
544 /**************************************************************************/ 562 /**************************************************************************/
545 /** @name UI Registration Functions */ 563 /** @name UI Registration Functions */
546 /**************************************************************************/ 564 /**************************************************************************/