Removed --disable-tls command line option

This commit is contained in:
James Booth
2015-10-18 00:17:45 +01:00
parent 31ecd41c8f
commit 9d2745e462
7 changed files with 11 additions and 22 deletions

View File

@@ -137,7 +137,7 @@ typedef struct data_form_t {
} DataForm;
// connection functions
void jabber_init(const int disable_tls);
void jabber_init(void);
jabber_conn_status_t jabber_connect_with_details(const char * const jid,
const char * const passwd, const char * const altdomain, const int port);
jabber_conn_status_t jabber_connect_with_account(const ProfAccount * const account);