I am working on an XMPP client using ejabberd as a server. My question is: how can I support offline file transfer?
I only want to do offline file transfer for image files.
For example, I can transfer the image to John, even if he is offline. When John returns to the Internet, the server will send him an image.
How can i do this?
source
share