comparison libpurple/protocols/jabber/google.h @ 26476:cd1f3a1750a1

And google session handling (it turns out this workingdir was --disable-vv. whoops...)
author Paul Aurich <paul@darkrain42.org>
date Sat, 04 Apr 2009 08:02:52 +0000
parents 91583903b478
children 0c8d41f5caa0
comparison
equal deleted inserted replaced
26475:bf9438ea308d 26476:cd1f3a1750a1
49 void jabber_google_roster_rem_deny(PurpleConnection *gc, const char *who); 49 void jabber_google_roster_rem_deny(PurpleConnection *gc, const char *who);
50 50
51 char *jabber_google_format_to_html(const char *text); 51 char *jabber_google_format_to_html(const char *text);
52 52
53 gboolean jabber_google_session_initiate(JabberStream *js, const gchar *who, PurpleMediaSessionType type); 53 gboolean jabber_google_session_initiate(JabberStream *js, const gchar *who, PurpleMediaSessionType type);
54 void jabber_google_session_parse(JabberStream *js, xmlnode *node); 54 void jabber_google_session_parse(JabberStream *js, const char *from, JabberIqType type, const char *iq, xmlnode *session);
55 55
56 void jabber_google_handle_jingle_info(JabberStream *js, const char *from, 56 void jabber_google_handle_jingle_info(JabberStream *js, const char *from,
57 JabberIqType type, const char *id, 57 JabberIqType type, const char *id,
58 xmlnode *child); 58 xmlnode *child);
59 void jabber_google_send_jingle_info(JabberStream *js); 59 void jabber_google_send_jingle_info(JabberStream *js);