EionRobb / purple-mattermost

A libpurple/Pidgin plugin for Mattermost
GNU General Public License v3.0
93 stars 23 forks source link

use network error instead of authentication failed #147

Closed jnmbk closed 2 years ago

jnmbk commented 2 years ago

mattermost plugin was being disabled whenever I sleep & wake up the computer. This correction fixes the problem for me. This should also fix #92

EionRobb commented 2 years ago

Have you tried logging in with a bad username/password to a server with this change to see if it still fails with bad auth details when they are bad?

jnmbk commented 2 years ago

Yes, I did. It fails with this message when username or password is wrong: "Enter a valid email or username and/or password."

EionRobb commented 2 years ago

Sweet as!

Thanks for testing, and thanks for the PR :)