]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.h
Base the contact list around libfolks metacontacts. Not yet to feature-parity
[empathy.git] / libempathy / empathy-utils.h
index 272b66fd8888245f63ff78f8e703361fab5d66ac..1ba7e53f81d81f4a9cbb21fd2e96388d1e44bcf0 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <libxml/parser.h>
 #include <libxml/tree.h>
+#include <folks/folks.h>
 #include <telepathy-glib/account-manager.h>
 
 #include "empathy-contact.h"
@@ -89,6 +90,9 @@ gboolean empathy_account_manager_get_accounts_connected (gboolean *connecting);
 void empathy_connect_new_account (TpAccount *account,
     TpAccountManager *account_manager);
 
+TpConnectionPresenceType empathy_folks_presence_type_to_tp (FolksPresenceType type);
+EmpathyContact * empathy_contact_from_folks_individual (FolksIndividual *individual);
+
 G_END_DECLS
 
 #endif /*  __EMPATHY_UTILS_H__ */