comparison libpurple/protocols/jabber/jabber.h @ 23804:cbe97caec684

Use USE_VV instead of USE_FARSIGHT.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 28 May 2008 21:00:40 +0000
parents 16543025aed1
children e73b03097664
comparison
equal deleted inserted replaced
23803:3f835618356a 23804:cbe97caec684
202 char *certificate_CN; 202 char *certificate_CN;
203 203
204 /* A purple timeout tag for the keepalive */ 204 /* A purple timeout tag for the keepalive */
205 int keepalive_timeout; 205 int keepalive_timeout;
206 206
207 #ifdef USE_FARSIGHT 207 #ifdef USE_VV
208 /* keep a hash table of JingleSessions */ 208 /* keep a hash table of JingleSessions */
209 GHashTable *sessions; 209 GHashTable *sessions;
210 #endif 210 #endif
211 }; 211 };
212 212
273 int jabber_prpl_send_raw(PurpleConnection *gc, const char *buf, int len); 273 int jabber_prpl_send_raw(PurpleConnection *gc, const char *buf, int len);
274 GList *jabber_actions(PurplePlugin *plugin, gpointer context); 274 GList *jabber_actions(PurplePlugin *plugin, gpointer context);
275 void jabber_register_commands(void); 275 void jabber_register_commands(void);
276 void jabber_init_plugin(PurplePlugin *plugin); 276 void jabber_init_plugin(PurplePlugin *plugin);
277 277
278 #ifdef USE_FARSIGHT 278 #ifdef USE_VV
279 PurpleMedia *jabber_initiate_media(PurpleConnection *gc, const char *who, PurpleMediaStreamType type); 279 PurpleMedia *jabber_initiate_media(PurpleConnection *gc, const char *who, PurpleMediaStreamType type);
280 gboolean jabber_can_do_media(PurpleConnection *gc, const char *who, PurpleMediaStreamType type); 280 gboolean jabber_can_do_media(PurpleConnection *gc, const char *who, PurpleMediaStreamType type);
281 281
282 /* Jingle handle session messages */ 282 /* Jingle handle session messages */
283 void jabber_handle_session_initiate(JabberStream *js, xmlnode *packet); 283 void jabber_handle_session_initiate(JabberStream *js, xmlnode *packet);