| 25565:56a46adbfa53 | 25566:e8a7ea4c73f3 |
|---|---|
| 24 | 24 |
| 25 #include "jabber.h" | 25 #include "jabber.h" |
| 26 #include "conversation.h" | 26 #include "conversation.h" |
| 27 | 27 |
| 28 void jabber_ping_parse(JabberStream *js, | 28 void jabber_ping_parse(JabberStream *js, |
| 29 const char *from, | 29 xmlnode *packet); |
| 30 const char *id); | |
| 31 | 30 |
| 32 | 31 |
| 33 gboolean jabber_ping_jid(PurpleConversation *conv, const char *jid); | 32 gboolean jabber_ping_jid(PurpleConversation *conv, const char *jid); |
| 34 | 33 |
| 35 | 34 |