comparison src/protocols/jabber/jabber.h @ 7170:1cf80749f2f0

[gaim-migrate @ 7737] jabber gets file receive support again. jabber should now be able to do everything the old plugin did, and more. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 06 Oct 2003 02:04:55 +0000
parents 6d10bf28be0e
children 632cee95cc5c
comparison
equal deleted inserted replaced
7169:85181c25cae3 7170:1cf80749f2f0
61 GHashTable *chats; 61 GHashTable *chats;
62 62
63 GHashTable *callbacks; 63 GHashTable *callbacks;
64 int next_id; 64 int next_id;
65 65
66 GList *file_transfers;
67
66 time_t idle; 68 time_t idle;
67 69
68 JabberID *user; 70 JabberID *user;
69 GaimConnection *gc; 71 GaimConnection *gc;
70 GaimSslConnection *gsc; 72 GaimSslConnection *gsc;