File sharing

We are developing a solution for our organization using ejabberd.

We also want want sharing capabilities how it can be achieved.

The scenario

IF user1 sends file to user2 the file is received directly.

IF user1 sends file to user2 ( who is offline ) the file is stored online and when user comes back online the file can be retrieved.

Any kind of help or solution will be appreciated.

agcacorp wrote: IF user1

agcacorp wrote:

IF user1 sends file to user2 the file is received directly.

This can be already done, if user1 and user2 use clients that support the same file transfer method. No need for ejabberd to implement any specific feature.

agcacorp wrote:

IF user1 sends file to user2 ( who is offline ) the file is stored online and when user comes back online the file can be retrieved.

Bad and good news:

1. I am not aware of any module for ejabberd that implements this feature.

2. There isn't any specific protocol for this feature. The old ones are deferred:
http://xmpp.org/extensions/xep-0135.html
http://xmpp.org/extensions/xep-0214.html

3. There may be components that you can install in your server machine, and configure them to connect to ejabberd. I found at least one:
http://dev.jabbim.cz/jdisk

Thanks for the reply. I will

Thanks for the reply.

I will give jabber disk a try and will post my comments here

Syndicate content