comparison libpurple/protocols/jabber/google.h @ 20571:c97e3ab9ef11

Music support for Google Talk
author Sean Egan <seanegan@gmail.com>
date Thu, 20 Sep 2007 23:22:35 +0000
parents 44b4e8bd759b
children e30e9779e7bf 60f5abc6cf0c
comparison
equal deleted inserted replaced
20570:5913725cbcd6 20571:c97e3ab9ef11
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