| 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_ */ |