libpurple/protocols/sametime/sametime.c

branch
cpw.resiak.disconnectreason
changeset 20456
77550b97ebf2
parent 20455
058f341481a5
child 20855
d263076a39f8
equal deleted inserted replaced
20455:058f341481a5 20456:77550b97ebf2
3644 static void mw_prpl_login(PurpleAccount *acct); 3644 static void mw_prpl_login(PurpleAccount *acct);
3645 3645
3646 3646
3647 static void prompt_host_cancel_cb(PurpleConnection *gc) { 3647 static void prompt_host_cancel_cb(PurpleConnection *gc) {
3648 const char *msg = _("No Sametime Community Server specified"); 3648 const char *msg = _("No Sametime Community Server specified");
3649 purple_connection_error_reason(gc, PURPLE_REASON_INVALID_USERNAME, msg); 3649 purple_connection_error_reason(gc, PURPLE_REASON_INVALID_SETTINGS, msg);
3650 } 3650 }
3651 3651
3652 3652
3653 static void prompt_host_ok_cb(PurpleConnection *gc, const char *host) { 3653 static void prompt_host_ok_cb(PurpleConnection *gc, const char *host) {
3654 if(host && *host) { 3654 if(host && *host) {

mercurial