diff libpurple/protocols/jabber/iq.c @ 23804:cbe97caec684

Use USE_VV instead of USE_FARSIGHT.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 28 May 2008 21:00:40 +0000
parents 92e71f6e10d4
children 10f5a529d2a6
line wrap: on
line diff
--- a/libpurple/protocols/jabber/iq.c	Wed May 28 18:41:03 2008 +0000
+++ b/libpurple/protocols/jabber/iq.c	Wed May 28 21:00:40 2008 +0000
@@ -358,7 +358,7 @@
 		return;
 	}
 	
-#ifdef USE_FARSIGHT
+#ifdef USE_VV
 	/* handle session initiate XEP 0167 */
 	if (type && !strcmp(type, "set")) {
 		/* is this a Jingle package? */