ed33 / rcsjta

Automatically exported from code.google.com/p/rcsjta
1 stars 0 forks source link

Server time by when terminating FT was sent from A is not accessible #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The core does not make use of DateTime received in CPIM of a terminating FT. 
Atl east it's not accessible via API. By that it's not possible to display the 
real sent time for an incoming FT but just the received time stamp. That may 
vary if file was received as S&F.

Original issue reported on code.google.com by andreas-...@telekom.de on 4 Dec 2014 at 3:18

GoogleCodeExporter commented 8 years ago
The server time by when terminating FT was sent from A is accessible through 
the FileTransfer class. See specification below 
(https://rcsjta.googlecode.com/git/docs/CR/CR_blackbird_5.2/RCSJTA_TT_BB_baselin
e.doc):
• Method: returns the local timestamp of when the file transfer was initiated 
and/or queued for outgoing file transfers or the remote timestamp of when the 
file transfer was initiated for incoming file transfers.
long getTimestampSent()

The implementation is in progress by Sony. Delivery is planned before end of 
this month. We will close it once verified. 

Original comment by lemordan...@gmail.com on 8 Dec 2014 at 7:50