David G. F. wrote a libpurple Plugin for Whatsapp. I tested it with pidgin and it works for me. Now I try to wrap it for Adium (Issue on github).
I tried to wrap a libpurple plugin for Adium with this post. I can build the plugin and then add it to adium but nothing happens. So the call in my wrapper might be wrong. Can anyone check that? It's on github:
@implementation WhatsAppPlugin
- (void) installLibpurplePlugin
{
purple_init_whatsapp_plugin();
}
https://github.com/avarx/Adium-Whatsapp/blob/master/WhatsAppPlugin/WhatsAppPlugin.m