]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-server-sasl-handler.h
Merge branch 'gnome-3-8'
[empathy.git] / libempathy / empathy-server-sasl-handler.h
index 1eedc5b27b38afcdfe6af1d5974ff8442815dc4f..8bf7e3b7f7c15611b1d524ee1810e280f8d0ed03 100644 (file)
@@ -22,9 +22,7 @@
 
 #include <glib-object.h>
 #include <gio/gio.h>
-
-#include <telepathy-glib/account.h>
-#include <telepathy-glib/channel.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -74,9 +72,15 @@ void empathy_server_sasl_handler_cancel (EmpathyServerSASLHandler *handler);
 TpAccount * empathy_server_sasl_handler_get_account (
     EmpathyServerSASLHandler *handler);
 
+TpChannel * empathy_server_sasl_handler_get_channel (
+    EmpathyServerSASLHandler *handler);
+
 gboolean empathy_server_sasl_handler_has_password (
     EmpathyServerSASLHandler *handler);
 
+gboolean empathy_server_sasl_handler_can_save_response_somewhere (
+    EmpathyServerSASLHandler *self);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_SERVER_SASL_HANDLER_H__*/