comparison src/protocols/simple/simple.h @ 11346:e40318d2bcd8

[gaim-migrate @ 13563] added single entry point for NTLM support committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Fri, 26 Aug 2005 02:10:26 +0000
parents 4c1f45ac00e9
children b4cf724b64f8
comparison
equal deleted inserted replaced
11345:03d9507f05a9 11346:e40318d2bcd8
47 gchar *name; 47 gchar *name;
48 time_t resubscribe; 48 time_t resubscribe;
49 }; 49 };
50 50
51 struct sip_auth { 51 struct sip_auth {
52 int type; /* 1 = Digest / 2 = NTLM */
52 gchar *nonce; 53 gchar *nonce;
53 gchar *realm; 54 gchar *realm;
54 int nc; 55 int nc;
55 HASHHEX HA1; 56 HASHHEX HA1;
56 int fouroseven; 57 int retries;
57 }; 58 };
58 59
59 struct simple_account_data { 60 struct simple_account_data {
60 GaimConnection *gc; 61 GaimConnection *gc;
61 gchar *servername; 62 gchar *servername;