Mercurial > pidgin
comparison src/protocols/simple/simple.h @ 11424:e1ab173ef3b5
[gaim-migrate @ 13661]
prefs for STUN
adjustments for NTLM in SIP
committer: Tailor Script <tailor@pidgin.im>
author | Thomas Butter <tbutter> |
---|---|
date | Fri, 02 Sep 2005 09:09:04 +0000 |
parents | 1e495a5fcbbc |
children | 4669e7461968 |
comparison
equal
deleted
inserted
replaced
11423:202a3b3c5a88 | 11424:e1ab173ef3b5 |
---|---|
50 | 50 |
51 struct sip_auth { | 51 struct sip_auth { |
52 int type; /* 1 = Digest / 2 = NTLM */ | 52 int type; /* 1 = Digest / 2 = NTLM */ |
53 gchar *nonce; | 53 gchar *nonce; |
54 gchar *realm; | 54 gchar *realm; |
55 gchar *target; | |
55 int nc; | 56 int nc; |
56 HASHHEX HA1; | 57 HASHHEX HA1; |
57 int retries; | 58 int retries; |
58 }; | 59 }; |
59 | 60 |