comparison libpurple/protocols/jabber/google.h @ 21354:fcb848b2d669

merge of '1037fab539d2a95db4fc657f42420566f7e53440' and 'd1b14e76c499bc5d99b77e71539d5ebb0e14b965'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:32:17 +0000
parents c97e3ab9ef11
children 60f5abc6cf0c e30e9779e7bf
comparison
equal deleted inserted replaced
21099:51cf02dbdb0e 21354:fcb848b2d669
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
36 * if this roster item should continue to be processed 36 * if this roster item should continue to be processed
37 */ 37 */
38 gboolean jabber_google_roster_incoming(JabberStream *js, xmlnode *item); 38 gboolean jabber_google_roster_incoming(JabberStream *js, xmlnode *item);
39
40 void jabber_google_presence_incoming(JabberStream *js, const char *who, JabberBuddyResource *jbr);
41 char *jabber_google_presence_outgoing(PurpleStatus *tune);
42
39 void jabber_google_roster_add_deny(PurpleConnection *gc, const char *who); 43 void jabber_google_roster_add_deny(PurpleConnection *gc, const char *who);
40 void jabber_google_roster_rem_deny(PurpleConnection *gc, const char *who); 44 void jabber_google_roster_rem_deny(PurpleConnection *gc, const char *who);
41 45
42 char *jabber_google_format_to_html(const char *text); 46 char *jabber_google_format_to_html(const char *text);
43 47