EionRobb / pidgin-opensteamworks

Steam plugin for Pidgin/libpurple
153 stars 5 forks source link

Do not raise an error while waiting for steam guard email auth #118

Closed esainane closed 8 years ago

esainane commented 8 years ago

This fixes bitlbee-purple interoperability.

When an error is raised by libpurple during the login process, the account is signed off, making the input request impossible to reply to.

Tested with finch, in that I can still go through the steam guard email login process. I am currently unsure how to test for any corner cases that I might not be aware of, or how to test with pidgin directly if it uses libpurple in a noticably different way from finch. If there is anything I can further do to test, please let me know and I will do so, and make changes to the pull request as needed. :)

EionRobb commented 8 years ago

Other than the whitespace change, this is great. Thanks.