gladiopeace / rcsjta

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

Problem with group chat #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
use RI project : 

I initiate group chat with other contact (I'm Originator of chat conversation) 
, other contact accept then we begin to chat , when i send message the other 
contact can't see message unless he go to log and read chat conversation 
history ,but i can see messages he send to me.

Originator can see what others send but they can not see the (at chat time), 
but can view Originator in log

Original issue reported on code.google.com by sara.elmoghazy on 23 Oct 2014 at 10:50

GoogleCodeExporter commented 9 years ago
Which branch are you using ? master one ?
What is the release of your devices (hardware and software) ?
Can you provide a logcat trace on the terminating side ?

Original comment by lemordan...@gmail.com on 27 Oct 2014 at 7:40

GoogleCodeExporter commented 9 years ago
I'm using Joyn API exists in master branch
master --> sdk-joyn --> lib -->joyn-API.jar
version of device 1  : Samsung S|| , Android 4.0.3
version of device 2 : Samsung S||  , Android 2.3.6

when device 1(4.0) invite device 2 (2.3) : the invitation received to device 2 
, accepted , but :
 - device 2 do not receive any message or delivery report from device 1  
 - when device 2 Quit , onNewGeoloc is triggered in Device 1 instead of  onParticipantLeft()

 - after device 2 Quit , when device 1 send message he still get notification that message is delivered (trigger onReportMessageDelivered)although device 2 quit.

when device 2(2.3) invite device 1 (4.0): the invitation received by device 1 , 
accepted , he received messages but:

 - onParticipantJoined , it  supposed to trigger in device 2 (Originator) but it trigger in device 1

 - is typing status in device 2 (Originator) : device 1 is always typing although he isn't.

 - When device 2 (Originator) send message ,  onReportMessageDelivered() supposed to triggered  but instead onNewGeoLoc() triggered.

 - When device 1 typing , instead of trigger onComposingEvent() in device 2 , it trigger onReportMessageFailed()

-  When device 1 send message to device 2 , the message configration 
isDisplayedReportRequested is false , so device 2 do not send display report to 
device 1 ... is there way to control message configration 
(isDisplayedReportRequested).

Original comment by sara.elmoghazy on 10 Nov 2014 at 2:40

Attachments:

GoogleCodeExporter commented 9 years ago
Please don't send screenshot for traces. You have just to do a copy/paste.

Original comment by jmauffret@gmail.com on 13 Nov 2014 at 7:37