diff libpurple/protocols/jabber/jingle/rawudp.h @ 26376:1ac93927e7f5

Don't forget to copy the rem_know attribute of IceUdp candidates.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Thu, 19 Mar 2009 07:38:24 +0000
parents 365eb0b68d5f
children 0c8d41f5caa0
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jingle/rawudp.h	Thu Mar 19 07:34:25 2009 +0000
+++ b/libpurple/protocols/jabber/jingle/rawudp.h	Thu Mar 19 07:38:24 2009 +0000
@@ -68,6 +68,9 @@
 	gchar *id;
 	gchar *ip;
 	guint port;
+
+	gboolean rem_known;	/* TRUE if the remote side knows
+				 * about this candidate */
 };
 
 #ifdef __cplusplus