akeelklw / android-rcs-ims-stack

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

Store&Forward session with Notif and message #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
In normal case, Store & forward server sends two sessions : one sendonly for 
delivery status and one for message.
But with some servers, the implementation is not perfect and there is only one 
session with delivery status and messages. 

What is the expected output? What do you see instead?
I propose a modification to accept all types in 
TerminatingStoreAndForwardNotifSession by simply using the inherit methods.

Original issue reported on code.google.com by benoit.j...@gmail.com on 24 Feb 2014 at 3:24

GoogleCodeExporter commented 9 years ago
Finally not a good solution because 
- these sessions are receiveonly and then we can't use it to send delivery 
status.
- the TerminatingStoreAndForwardNotifSession is not designed to handle message 
to the application.

Original comment by benoit.j...@gmail.com on 7 Mar 2014 at 2:37