jesse-git
jesse-git
I found a reference to this page of the aesgcm scheme on the ChatSecure blog, implemented by both ChatSecure and Conversations: [https://github.com/iNPUTmice/ImageDownloader](https://github.com/iNPUTmice/ImageDownloader) But does pidgin support XEP-0363 in the first...
For me, I can't test XEP-0363 plugin because my only environment is pidgin on Windows. The plugin seems to be geared toward linux. ----------- I did test out the ImageDownloader...
Yeah maybe this is not the best place to talk about it, but there really isn't a good place. We are trying to make "glue" to patch together Pidgin and...
This issue has been awhile for me, But could the notification in the chat window include a local link to the image which opens it with the default program? or...
It would be more accurate to say something like `Class string not found`, but this is a Windows COM error, not a comtypes error, so I assume this is just...
I'm pretty new to comtypes, but `GetEvents` takes a 3rd optional parameter where you can specify the interface. Here's some pseudocode: ``` from comtypes.gen import Excel interface = Excel.ISomeInterface comtypes.client.GetEvents(self.xls_app,...