eddyleo / doubango

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

Error when chat with Boghe software #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
I see a mistake when I use function Chat in Boghe software : I use client 
A(Boghe) send a message to client B . For example :A type "abc", click "Send 
text" but B receipt not text "abc", it receipt other letters : square or 
strange letters .

I debug Boghe : it transfer right text before calling sendMessage method : 
bool ret = mSession.sendMessage(ptr, (uint)payload.Length, config);
in MyMSRPSession.cs

I trace MSRP message in wireshare at A , I see that msrp message is sent with 
square or strange letters that B receipt.

I see this happen when I update the newest boghe,doubango version from SVN . 
But when i use older version (2.0.106.731) of Boghe, chat ok, don't appear 
strange letters.

Can you help me to fix it, please ?

Thank you so much !

Original issue reported on code.google.com by banmaixa...@gmail.com on 10 Jan 2013 at 3:01

Attachments:

GoogleCodeExporter commented 8 years ago
Please don't duplicate issue reports
http://code.google.com/p/boghe/issues/detail?id=172

Original comment by boss...@yahoo.fr on 10 Jan 2013 at 3:17