diff src/protocols/simple/simple.h @ 11194:4c1f45ac00e9

[gaim-migrate @ 13317] - added retries for UDP transport - added keep alive for UDP to stay in NAT tables - unregistering contact on logout - start of argument unification (struct simple_account_data *sip, ...) committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Sat, 06 Aug 2005 12:25:15 +0000
parents 5f79dfde334c
children e40318d2bcd8
line wrap: on
line diff
--- a/src/protocols/simple/simple.h	Sat Aug 06 04:05:09 2005 +0000
+++ b/src/protocols/simple/simple.h	Sat Aug 06 12:25:15 2005 +0000
@@ -74,6 +74,7 @@
 	gchar *status;
 	GHashTable *buddies;
 	guint registertimeout;
+	guint resendtimeout;
 	int connecting;
 	GaimAccount *account;
 	gchar *sendlater;
@@ -82,6 +83,7 @@
 	GSList *openconns;
 	gboolean udp;
 	struct sockaddr_in serveraddr;
+	int registerexpire;
 };
 
 struct sip_connection {