File sharing via OMEMO that also works when the other end is offline

240 Views Asked by At

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.

1

There are 1 best solutions below

2
vanitasvitae On

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.