diff libpurple/protocols/jabber/ping.h @ 25640:42dd7e591031

Make the XMPP keepalive use jabber_ping_jid instead of building it itself.
author Paul Aurich <paul@darkrain42.org>
date Tue, 03 Feb 2009 17:39:14 +0000
parents 6ab1089e2101
children ced3d4ab745a
line wrap: on
line diff
--- a/libpurple/protocols/jabber/ping.h	Tue Feb 03 17:10:05 2009 +0000
+++ b/libpurple/protocols/jabber/ping.h	Tue Feb 03 17:39:14 2009 +0000
@@ -23,13 +23,9 @@
 #define _PURPLE_JABBER_PING_H_
 
 #include "jabber.h"
-#include "conversation.h"
+#include "xmlnode.h"
 
-void jabber_ping_parse(JabberStream *js,
-						xmlnode *packet);
-
-
-gboolean jabber_ping_jid(PurpleConversation *conv, const char *jid);
-
+void jabber_ping_parse(JabberStream *js, xmlnode *packet);
+gboolean jabber_ping_jid(JabberStream *js, const char *jid);
 
 #endif /* _PURPLE_JABBER_PING_H_ */