diff libpurple/protocols/jabber/iq.c @ 26557:bf9438ea308d

Fix-up the merge some more (*sigh*), readding <session/> handler
author Paul Aurich <paul@darkrain42.org>
date Sat, 04 Apr 2009 07:51:13 +0000
parents 50ff0162fe26
children 4dc4d0aa25f5
line wrap: on
line diff
--- a/libpurple/protocols/jabber/iq.c	Sat Apr 04 07:08:33 2009 +0000
+++ b/libpurple/protocols/jabber/iq.c	Sat Apr 04 07:51:13 2009 +0000
@@ -435,6 +435,10 @@
 	jabber_iq_register_handler("jingle", JINGLE, jingle_parse);
 	jabber_iq_register_handler("query", GOOGLE_JINGLE_INFO_NAMESPACE,
 		jabber_google_handle_jingle_info);
+#ifdef USE_VV
+	jabber_iq_register_handler("session", "http://www.google.com/session",
+		jabber_google_session_parse);
+#endif
 }
 
 void jabber_iq_uninit(void)