comparison libpurple/protocols/jabber/google.h @ 15522:ccbdf500f13a

Google Talk uses structured text formatting where *this* is bold and _this_ is italic. If you're using Google Talk and receive a message, do that conversion. I admit this is proably the silliest Google Talk extension to add support for. But it seemed like it might be fun (turns out I was wrong).
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 23:32:43 +0000
parents 2c81b0a81790
children 32c366eeeb99
comparison
equal deleted inserted replaced
15521:aa0c1aa85fd3 15522:ccbdf500f13a
37 */ 37 */
38 gboolean jabber_google_roster_incoming(JabberStream *js, xmlnode *item); 38 gboolean jabber_google_roster_incoming(JabberStream *js, xmlnode *item);
39 void jabber_google_roster_add_deny(GaimConnection *gc, const char *who); 39 void jabber_google_roster_add_deny(GaimConnection *gc, const char *who);
40 void jabber_google_roster_rem_deny(GaimConnection *gc, const char *who); 40 void jabber_google_roster_rem_deny(GaimConnection *gc, const char *who);
41 41
42 char *jabber_google_format_to_html(const char *text);
43
42 44
43 45
44 #endif /* _GAIM_GOOGLE_H_ */ 46 #endif /* _GAIM_GOOGLE_H_ */