profanity-omemo-plugin
profanity-omemo-plugin copied to clipboard
not possible to initialize encrypted conversation
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 I already had encrypted conversations with them in the past.
Profanity command:
/omemo start [email protected]
// profanity output:
OMEMO Session started.
###############################################
# #
# CAUTION #
# This plugin does not support any form #
# of Trust Management #
# All Devices are trusted *blindly* #
# #
###############################################
// I send a message:
Last message was sent unencrypted.
me: hello
//contact sends me a encrypted message message (contact is actually me with a different account from my phone running conversations)
[email protected]: hey!
me: NOW this message is encrypted.
Is this actually a limitation of profanity/omemo plugin, or is there some other issue?
System information:
Contact: Android 7.0, Conversations.im Me: Ubuntu LTS, profanity stats as follows:
$ profanity -v
Profanity, version 0.5.1
Copyright (C) 2012 - 2017 James Booth <[email protected]>.
License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Build information:
XMPP library: libmesode
Desktop notification support: Enabled
OTR support: Enabled
PGP support: Enabled
C plugins: Enabled
Python plugins: Enabled
GTK icons: Enabled
Did you /sub allow
?
yes. did it again for good measure, restarted profanity again. same as before.