Artur Hefczyc opened 1 decade ago
|
|
File transfer between standalone xmpp client and web based clientCase 1 - Sending file from standalone client to web based client
Case 2 - Sending file from web based client to standalone client
Questions
|
|
We should check if we can use (with OAUth for example) external services like Picasa to host our files. |
|
|
|
There are, actually, quite a lot of such file systems, which are fault tolerant and distributed: We would have to run some kind of research and tests to determine which one is best for our needs. |
|
If we want to move this on we need to create some kind of file store component. Basicly it could be a simple service which would accept file transfer and store file (from XMPP or HTTP) and allow to retrieve it later using link or requesting a file (triggered by adhoc?). Management of this files on server could be done by simplified PubSub protocol (nodes would be folders, items would be files) and move of file from 1 folder to other would be done by adhoc command. For this we could later add web based UI on Sure.IM |
|
I think this is a nice feature and worth working on, however, demand for this is very low, hence priority for the task is very low as well. Please work on this if there is nothing else. I think audio/vide capabilities for our android/web client are higher priority than this. |
|
Now as we have HTTP File Upload implemented in Tigase XMPP Server 7.2.0, I think we should use it for this feature. For now we do not have "stable" version of 7.2.0 and 7.1.0 is not released yet, so I think we should wait with implementation of this feature until 7.1.0 will be release. |
|
Still waiting for 7.1.0 to be released. |
Type |
Task
|
Priority |
Minor
|
Assignee | |
RedmineID |
564
|
As we have photo sharing function in mobile client, we want to have it on the web service as well. We just have to think it through.