]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.h
factor out empathy_create_individual_from_tp_contact()
[empathy.git] / libempathy / empathy-utils.h
index ed603a80f2f5c680866230cc58760476924aaa09..ac5fef82066e1b84d082db2bf6a418d7210bd459 100644 (file)
@@ -113,6 +113,17 @@ gboolean empathy_account_has_uri_scheme_tel (TpAccount *account);
 TpContact * empathy_get_tp_contact_for_individual (FolksIndividual *individual,
     TpConnection *conn);
 
+void empathy_individual_can_audio_video_call (FolksIndividual *individual,
+    gboolean *can_audio_call,
+    gboolean *can_video_call,
+    EmpathyContact **out_contact);
+
+gboolean empathy_sasl_channel_supports_mechanism (TpChannel *channel,
+    const gchar *mechanism);
+
+FolksIndividual * empathy_create_individual_from_tp_contact (
+    TpContact *contact);
+
 /* Copied from wocky/wocky-utils.h */
 
 #define empathy_implement_finish_void(source, tag) \