hoehermann / purple-gowhatsapp

Pidgin/libpurple plug-in for WhatsApp Web.
GNU General Public License v3.0
287 stars 35 forks source link

Unknown presence online (this is a bug). #135

Closed DumbGameMaker closed 1 year ago

DumbGameMaker commented 1 year ago

When trying to add my account i get this error.

using fedora 36 and iOS

hoehermann commented 1 year ago

Thank you for the report. Indeed, "online" is not a presence string supported by WhatsApp. WhatsApp knows "available", "unavailable", and implicitly "offline" (see gowhatsapp.h). What front-end are you using?

DumbGameMaker commented 1 year ago

You mean like what IM app? Im just using Pidgin

hoehermann commented 1 year ago

That is really weird. In no place the plug-in lists "online" as a valid state. I have no idea why Pidgin would try to use "online" instead of "available".

DumbGameMaker commented 1 year ago

Ok if i add 'online' to the list of activities in whatsapp, it works

hoehermann commented 1 year ago

I am glad you could make it work.