Skip navigation.

Gaim 0.80 Released

GNOME IM
GNOME IM

Gaim is an Instant Messaging application written in GTK2+.

From the news page: "Key features include better browser support, improved way of initiating file transfers, support for the Epiphany web browser, and support for the GTK+ 2.4 file chooser. Go grab it. "

You can get it at http://gaim.sourceforge.net and it is already in Debian unestable

Re: Gaim 0.8 Released

You can transfer files with gaim now? When was this feature added?

It's been there for a while. Here's some of the actual source code, so you can see how well it's been implemented:

if (coin_flip(C_HEADS)) {

/* FIXME: Occasionally shows transfer dialog */

show_transfer_dialog();

}

if (behind_nat()) {

dump_core(-1);

}

dont_transfer_file();