| 27 #include "jabber.h" |
27 #include "jabber.h" |
| 28 #include "iq.h" |
28 #include "iq.h" |
| 29 #include "xmlnode.h" |
29 #include "xmlnode.h" |
| 30 |
30 |
| 31 void jabber_ping_parse(JabberStream *js, const char *from, |
31 void jabber_ping_parse(JabberStream *js, const char *from, |
| 32 JabberIqType, const char *id, xmlnode *child); |
32 JabberIqType, const char *id, PurpleXmlNode *child); |
| 33 gboolean jabber_ping_jid(JabberStream *js, const char *jid); |
33 gboolean jabber_ping_jid(JabberStream *js, const char *jid); |
| 34 void jabber_keepalive_ping(JabberStream *js); |
34 void jabber_keepalive_ping(JabberStream *js); |
| 35 |
35 |
| 36 #endif /* PURPLE_JABBER_PING_H_ */ |
36 #endif /* PURPLE_JABBER_PING_H_ */ |