]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-server-sasl-handler.h
account-settings: allow to change the service
[empathy.git] / libempathy / empathy-server-sasl-handler.h
index 1eedc5b27b38afcdfe6af1d5974ff8442815dc4f..94be69b10f2da9fd0cc5e9696d00e8f8ea0565b6 100644 (file)
@@ -74,9 +74,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__*/