Removed --disable-tls command line option
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user