diff libpurple/protocols/simple/simple.h @ 22061:5295c7f113da

Patch from Will Hawkins to implement sending a SIP-If-Match header on subsequent PUBLISHes after receiving a SIP-Etag header. I made some minor tweaks to this, hopefully I didn't break anything. Fixes #4422.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 10 Jan 2008 20:24:58 +0000
parents b2d9f859663e
children 08dcd2d4f0b7
line wrap: on
line diff
--- a/libpurple/protocols/simple/simple.h	Thu Jan 10 02:28:48 2008 +0000
+++ b/libpurple/protocols/simple/simple.h	Thu Jan 10 20:24:58 2008 +0000
@@ -112,6 +112,7 @@
 	int registerexpire;
 	gchar *realhostname;
 	int realport; /* port and hostname from SRV record */
+	gchar *publish_etag;
 };
 
 struct sip_connection {