bettybop68 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 1 forks source link

Features seem missing in file tranfer #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Support for sharing a file to multiple users simultaneously seem missing.
2. Support for sharing multiple files to a single user simultaneously seem 
missing.
3. Support for sharing multiple files to multiple users simultaneously seem 
missing.

What is the expected output? What do you see instead?
Acording the RCSe IOT list by GSMA.. support is needed.

What version of the product are you using? On what operating system?
2.4.11

Please provide any additional information below.
It may be possible that this feature exists but I am unable to find it.

Regards
Sharique
München

Original issue reported on code.google.com by sharique...@gmail.com on 21 Dec 2012 at 2:18

GoogleCodeExporter commented 8 years ago
For 1, this is a feature of the Blackbird release which is not implemented 
today. Planned in 2013.

For 2, the stack may support several FT in parallel. Then there is a parameter 
MAX_FT_SESSION in the stack which control the max number of sessions at a time. 
The default value is set to 1. You can modify it in the file 
RcsSettingsProvider.java

For 3, see 1+2.

Original comment by jmauffret@gmail.com on 21 Dec 2012 at 8:25

GoogleCodeExporter commented 8 years ago
Thanks for the kind reply.

For 2,
I changed FT from default value of 1 to 3. But I can't see the option in the 
application to select multiple files and send together to one user.

Thanks is advance!

Original comment by sharique...@gmail.com on 28 Dec 2012 at 10:40