comparison 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
comparison
equal deleted inserted replaced
22059:fdebef95b300 22061:5295c7f113da
110 gboolean udp; 110 gboolean udp;
111 struct sockaddr_in serveraddr; 111 struct sockaddr_in serveraddr;
112 int registerexpire; 112 int registerexpire;
113 gchar *realhostname; 113 gchar *realhostname;
114 int realport; /* port and hostname from SRV record */ 114 int realport; /* port and hostname from SRV record */
115 gchar *publish_etag;
115 }; 116 };
116 117
117 struct sip_connection { 118 struct sip_connection {
118 int fd; 119 int fd;
119 gchar *inbuf; 120 gchar *inbuf;