bastei
bastei
I experience similar issues in 1:1 chats on the same XMPP server: After some ours of inactivity OMEMO messages sent by Conversations are not displayed in ChatSecure anymore. The problem...
Turns out that publishing device ids fails with my Prosody. [XMPPFramework sets](https://github.com/robbiehanson/XMPPFramework/blob/master/Extensions/OMEMO/XMPPIQ%2BOMEMO.m#L103-L107) `access_mode` to `open` which Prosody (0.11.2) answers with a `precondition-not-met` error. Unfortunately [XMPPFramework stops here](https://github.com/robbiehanson/XMPPFramework/blob/master/Extensions/OMEMO/OMEMOModule.m#L95-L100). If I understand...
I investigated a little more on why my Prosody behaves that way and was successful: In the pep data of the affected users, the config for `devicelist` was empty. After...
As a workaround, you can do the following (on your own risk): 1. set the desired password for the screen lock 1. backup lockscreen files: 1. all files under `/data/system_de/0/spblob/`...
I was able to compile Info-Zip from here: https://github.com/jruesga/android_external_zip I think that should do it.