just50415 / android-rcs-ims-stack

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

No message received to initiator when the non-initiator terminates the chat session #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Establish a chat session between two clients - A(initiator) and 
B(participant) (2.2.8)
2. When A quits the chat session B receives a message that the chat session has 
been terminated.
3. But, when B quits or terminates the chat session, A does not receive any 
notification indicating the same.

What is the expected output? What do you see instead?
A(initiator) should receive a message indicating when B(participant) terminates 
the chat session.

What version of the product are you using? On what operating system?
RCS-e client, 2.2.8

Please provide any additional information below.

Original issue reported on code.google.com by Anupama....@gmail.com on 10 Aug 2011 at 2:48

GoogleCodeExporter commented 8 years ago
A has already left the session, so A will don't receive any notification or 
event concerning this closed session.

Original comment by jmauffret@gmail.com on 12 Aug 2011 at 6:27

GoogleCodeExporter commented 8 years ago
Step 2 and Step 3 are two different scenarios. If a 
'participant'(non-initiator) quits a chat session, the 'initiator' does not 
receive any information about that.

Original comment by Anupama....@gmail.com on 12 Aug 2011 at 2:06

GoogleCodeExporter commented 8 years ago
I just redo the test with my platform:
- in 1-1 session: if the remote quit the session, a BYE is well received in the 
initiator side.
- in chat group: if a participant quit the session, a conference-event 
"disconnected" is sent to the other participants (see SUBSCRIBE/NOTIFY 
management), and if the last participant quit the session also a BYE message is 
well received in the initiator side.

Original comment by jmauffret@gmail.com on 16 Aug 2011 at 1:13