OMEMO doesn't work
Hello, I see this config: 'omemo_default' => true, but OMEMO just doesn't work and I can't even see the "keys" tab when clicking on my profile.
For all OMEMO messages I get an info message about my client not supporting it.
Am I missing something? Thanks
Hi, I think it depends on the CDN version you use and it is not the question of this plugin. You should ask in the proper conversejs repo. Maybe here?
Why? I use $rcmail_config['converse_cdn'] = 'https://cdn.conversejs.org/10.1.2';
as per default config file
And OMEMO works just fine in mod_conversejs in Prosody.
libsignal isn't loaded:
https://m.conversejs.org/docs/html/setup_dev_environment.html#dependency-libsignal
Am I missing something? Thanks
You have to uncomment include_script in converse.php:
// TODO add omemo encryption support (no messages received, error for now)
$this->include_script('https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js');
Now its working for me.
This plugin is unusable for me, I gave up If I disconnect and then connect a second time, more than half my chats and contacts aren't there in list Also I tried your fix but when clicking on the lock icon it said the other person wasn't using a client capable of OMEMO - and I talk with that person on a regular basis on my standard conversejs client
Thanks tho.
yes, only a short history, missing contacts, file transfer doesn't work and OMEMO starts after cookie deleting in browser...
Also I tried your fix but when clicking on the lock icon it said the other person wasn't using a client capable of OMEMO
When I enabled mod_conversejs (ejabberd) on server site too, I got these... so don't configure conversejs module on xmpp server, only websocket or bosh for your roundcube conversejs plugin connetion.