comparison src/protocols/simple/simple.h @ 13177:891be2f09b5c

[gaim-migrate @ 15540] adding support for xpidf used by windows messenger and changing Contact headers to be accepted by LCS committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Wed, 08 Feb 2006 05:53:52 +0000
parents 31a3a9af1494
children 33bef17125c2
comparison
equal deleted inserted replaced
13176:dbe0198ced4b 13177:891be2f09b5c
41 41
42 struct simple_watcher { 42 struct simple_watcher {
43 gchar *name; 43 gchar *name;
44 time_t expire; 44 time_t expire;
45 struct sip_dialog dialog; 45 struct sip_dialog dialog;
46 int needsxpidf;
46 }; 47 };
47 48
48 struct simple_buddy { 49 struct simple_buddy {
49 gchar *name; 50 gchar *name;
50 time_t resubscribe; 51 time_t resubscribe;