Removed --disable-tls command line option
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "xmpp/xmpp.h"
|
||||
|
||||
// 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)
|
||||
|
||||
Reference in New Issue
Block a user