comparison 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
comparison
equal deleted inserted replaced
11193:e865bdbbf91d 11194:4c1f45ac00e9
72 int listenport; 72 int listenport;
73 gchar *ip; 73 gchar *ip;
74 gchar *status; 74 gchar *status;
75 GHashTable *buddies; 75 GHashTable *buddies;
76 guint registertimeout; 76 guint registertimeout;
77 guint resendtimeout;
77 int connecting; 78 int connecting;
78 GaimAccount *account; 79 GaimAccount *account;
79 gchar *sendlater; 80 gchar *sendlater;
80 GSList *transactions; 81 GSList *transactions;
81 GSList *watcher; 82 GSList *watcher;
82 GSList *openconns; 83 GSList *openconns;
83 gboolean udp; 84 gboolean udp;
84 struct sockaddr_in serveraddr; 85 struct sockaddr_in serveraddr;
86 int registerexpire;
85 }; 87 };
86 88
87 struct sip_connection { 89 struct sip_connection {
88 int fd; 90 int fd;
89 gchar *inbuf; 91 gchar *inbuf;