I am working on a project in which I am implementing end to end encryption in XMPP protocol. I am using OMEMO extension of XMPP to achieve so. I am stuck at file sharing via OMEMO that should also work when the other end is offline.
Asked
Active
Viewed 206 times
1 Answers
0
Take a look at OMEMO Media Sharing, which should be exactly what you want. OMEMO media sharing is basically OMEMO encrypted HTTP file upload, which does also work when the recipient is offline.

vanitasvitae
- 185
- 8
-
Please give an example of the code and not just a link to a possible solution! – Akaisteph7 Jul 05 '19 at 12:56
-
I don't have a link to code for xmppframework on iOS. You should be able to implement OMEMO media sharing given the XEP alone though. Edit: And if you do implement it using xmppframework, consider upstreaming your code to contribute back to the project ;) – vanitasvitae Jul 06 '19 at 15:04