EionRobb / icyque

ICQ WIM protocol for libpurple
GNU General Public License v3.0
73 stars 15 forks source link

MD5-based login doesn't work #41

Closed peci1 closed 4 years ago

peci1 commented 4 years ago

MD5-based login reports that it cannot connect to the authentication server: SSL connection failed.

This currently leaves icyque with no workin login method :(

EionRobb commented 4 years ago

We don't do MD5 authentication in the IcyQue plugin. Looks like you're getting it mixed up for the ICQ protocol that ships with Pidgin. You should be using "ICQ (WIM)" as per https://github.com/EionRobb/icyque#setup

peci1 commented 4 years ago

Ahh, you're right. I'm setting up pidgin via a provisioning script and it apparently failed to install icyque, so I thought I'm using it even though I wasn't... All good, now it works.