Re: Help with Wox Pidgin plugin

2022-12-11 Thread Eion Robb
Hi Jakub, I've not used wox before, but looking at the source code for that wox module it looks like you create a hard-coded list of XMPP contacts in a contact.json file which looks like [{"name":"internal name", "alias": "friendly name", "email": "xmpp address"}...] and then it calls an xmpp:

Help with Wox Pidgin plugin

2022-12-11 Thread Jakub Fedoruk
Hello, I found a Wox plugin for Pidgin. http://www.wox.one/plugin/8 It uses a configuration json file with values: name, ext, email, alias. Could you help me figure out how to make it work, where should i put contact id or other data to make it work? I am trying to add a telegram contact. --