Can Ejabberd Support Offline File Transfer?
- by user359277
Hi,
I am working on a xmpp client, using eJabberd as server.
My question is How can I support offline file transferring?
I only want to do the offline file transferring for Image file.
For example,
I can transfer an image to John even he is offline.
When John come back Online,
the server will send him the image.
How can I do that?
Thanks