profanity-omemo-plugin icon indicating copy to clipboard operation
profanity-omemo-plugin copied to clipboard

A Python plugin to use (axolotl / Signal Protocol) encryption for the profanity XMPP messenger

Results 17 profanity-omemo-plugin issues
Sort by recently updated
recently updated
newest added

BUG: https://github.com/tgalal/python-axolotl/commit/ef4a3d24a105ea879b332cc92f64fe5f07ca2d75 getRandomSequence MUST take an arg now: 05/10/2019 21:47:42: stderr: ERR: preKeys = KeyHelper.generatePreKeys(KeyHelper.getRandomSequence(), 05/10/2019 21:47:42: stderr: ERR: TypeError: getRandomSequence() takes exactly 1 argument (0 given) FIX: https://github.com/ReneVolution/profanity-omemo-plugin/blob/master/src/profanity_omemo_plugin/omemo/liteaxolotlstore.py --...

Hello, I don't know why but it's seems that stderr is also redirect to `/dev/null` in your install.sh file after a test on Debian Stretch and Archlinux. If I add...

Hey, I just figured that the `install.sh` script was not working properly for me, because `scanelf` is not present on my system. However, the script can easily be changed to...

The OMEMO plugin is active and somewhat working, but it does not decrypt incoming messages: ``` OMEMO Session started. ############################################### # # # CAUTION # # This plugin does not...

Question: Can I use this with my Signal account? I would like to be able to chat with my signal contacts from the command line using profanity. If it is...

Hi, I have installed this plugin, and this is the log for it: ``` root@DebLin:/home/malte/Entwicklung/profanity-omemo-plugin-0.1.1# ./install.sh running install running bdist_egg running egg_info writing requirements to src/profanity_omemo_plugin.egg-info/requires.txt writing src/profanity_omemo_plugin.egg-info/PKG-INFO writing top-level...

Either OMEMO encrypted messages are not actually being send, or they are not send with CC to my other devices, or they are not being logged to MAM. The symptom...

waiting for feedback

Hi, I've only recently started to use XMPP/OMEMO with profanity which works great (even though the install process was rather cumbersome). I noticed the open TODO task "Handle messages from...

When I try to send an encrypted message, the message is sent, and it shows the @ symbol before it (which I assume is supposed to mean that it was...

OMEMO encryption actually works for me. The issue is that I can't send encrypted messages until the person I want to talk with sent me an encrypted message, even though...