comparison libpurple/protocols/jabber/google.h @ 23759:315151da0dc6

Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
author Sean Egan <seanegan@gmail.com>
date Wed, 05 Sep 2007 00:47:58 +0000
parents 32c366eeeb99
children 60f5abc6cf0c
comparison
equal deleted inserted replaced
23758:1e5d5d55a231 23759:315151da0dc6
39 void jabber_google_roster_add_deny(PurpleConnection *gc, const char *who); 39 void jabber_google_roster_add_deny(PurpleConnection *gc, const char *who);
40 void jabber_google_roster_rem_deny(PurpleConnection *gc, const char *who); 40 void jabber_google_roster_rem_deny(PurpleConnection *gc, const char *who);
41 41
42 char *jabber_google_format_to_html(const char *text); 42 char *jabber_google_format_to_html(const char *text);
43 43
44 void jabber_google_session_parse(JabberStream *js, xmlnode *node);
44 45
45 46
46 #endif /* _PURPLE_GOOGLE_H_ */ 47 #endif /* _PURPLE_GOOGLE_H_ */