src/protocols/simple/simple.h

changeset 11346
4af1dc4b2c44
parent 11194
47dc0e9a757a
child 11383
2c5a70e62389
equal deleted inserted replaced
11345:48a2f93e47b6 11346:4af1dc4b2c44
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;

mercurial