diff src/protocols/simple/simple.h @ 13084:31a3a9af1494

[gaim-migrate @ 15446] simple: successfully register at MS LCS no presence working at the moment committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Tue, 31 Jan 2006 21:02:52 +0000
parents 256abf4dd912
children 891be2f09b5c
line wrap: on
line diff
--- a/src/protocols/simple/simple.h	Tue Jan 31 20:21:49 2006 +0000
+++ b/src/protocols/simple/simple.h	Tue Jan 31 21:02:52 2006 +0000
@@ -53,8 +53,10 @@
 struct sip_auth {
 	int type; /* 1 = Digest / 2 = NTLM */
 	gchar *nonce;
+	gchar *opaque;
 	gchar *realm;
 	gchar *target;
+	guint32 flags;
 	int nc;
 	gchar *digest_session_key;
 	int retries;