libpurple/protocols/jabber/ping.h

branch
cpw.darkrain42.xmpp.iq-handlers
changeset 25814
7407aa284a96
parent 25566
e8a7ea4c73f3
parent 25555
dd0cb987435f
child 25817
09d6a40a341d
equal deleted inserted replaced
25574:3faa5a88a315 25814:7407aa284a96
21 */ 21 */
22 #ifndef _PURPLE_JABBER_PING_H_ 22 #ifndef _PURPLE_JABBER_PING_H_
23 #define _PURPLE_JABBER_PING_H_ 23 #define _PURPLE_JABBER_PING_H_
24 24
25 #include "jabber.h" 25 #include "jabber.h"
26 #include "conversation.h" 26 #include "xmlnode.h"
27 27
28 void jabber_ping_parse(JabberStream *js, 28 void jabber_ping_parse(JabberStream *js, xmlnode *packet);
29 xmlnode *packet); 29 gboolean jabber_ping_jid(JabberStream *js, const char *jid);
30
31
32 gboolean jabber_ping_jid(PurpleConversation *conv, const char *jid);
33
34 30
35 #endif /* _PURPLE_JABBER_PING_H_ */ 31 #endif /* _PURPLE_JABBER_PING_H_ */

mercurial