Moved _ask_password to UI module
This commit is contained in:
@@ -32,6 +32,9 @@ void jabber_init(const int disable_tls) {}
|
||||
jabber_conn_status_t jabber_connect_with_details(const char * const jid,
|
||||
const char * const passwd, const char * const altdomain)
|
||||
{
|
||||
check_expected(jid);
|
||||
check_expected(passwd);
|
||||
check_expected(altdomain);
|
||||
return (jabber_conn_status_t)mock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user