comparison libpurple/protocols/jabber/google.h @ 25433:36c73d036026

disapproval of revision '8a80f271858548f73cac50625660e87df1970bcc'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 08 Feb 2009 00:23:13 +0000
parents e30e9779e7bf
children 050052891c55 ae24e54a5014
comparison
equal deleted inserted replaced
25428:e30e9779e7bf 25433:36c73d036026
25 * such that they don't intermingle with code for the XMPP RFCs and XEPs :) */ 25 * such that they don't intermingle with code for the XMPP RFCs and XEPs :) */
26 26
27 #include "jabber.h" 27 #include "jabber.h"
28 28
29 void jabber_gmail_init(JabberStream *js); 29 void jabber_gmail_init(JabberStream *js);
30 void jabber_gmail_poke(JabberStream *js, const char *type); 30 void jabber_gmail_poke(JabberStream *js, xmlnode *node);
31 31
32 void jabber_google_roster_init(JabberStream *js); 32 void jabber_google_roster_init(JabberStream *js);
33 void jabber_google_roster_outgoing(JabberStream *js, xmlnode *query, xmlnode *item); 33 void jabber_google_roster_outgoing(JabberStream *js, xmlnode *query, xmlnode *item);
34 34
35 /* Returns FALSE if this should short-circuit processing of this roster item, or TRUE 35 /* Returns FALSE if this should short-circuit processing of this roster item, or TRUE