comparison libgaim/protocols/jabber/jabber.h @ 14391:6e89bfd2b33f

[gaim-migrate @ 17098] I don't think PRPLs should need to make sure that proto_data is valid in the set_idle() callback. Some of my idle changes on the 23rd added that requirement. This removes the requirement to make things the way they were before. I'm also reverting SVN revision 17005 from faceprint and 17009 from marv_sf. Those revisions fixed the PRPLs so they wouldn't crash if set_idle() was called before the acocunt was fully connected. But that shouldn't be needed any more. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 31 Aug 2006 09:02:10 +0000
parents 8a2b571f9990
children 289490ee84d1
comparison
equal deleted inserted replaced
14390:d4a26ada1971 14391:6e89bfd2b33f
109 109
110 110
111 GList *oob_file_transfers; 111 GList *oob_file_transfers;
112 GList *file_transfers; 112 GList *file_transfers;
113 113
114 time_t idle;
115
114 JabberID *user; 116 JabberID *user;
115 GaimConnection *gc; 117 GaimConnection *gc;
116 GaimSslConnection *gsc; 118 GaimSslConnection *gsc;
117 119
118 gboolean registration; 120 gboolean registration;