Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
You should not use addHeader() to enable session timers.
-To enable session timers use CallSession::setSessionTimer(long timeout, String
refresher) which will add the header.
-To add a header with parameter you can use addHeader like this:
addHeader("MyHeader", "value;test=v1");
-addCaps() will add "Accept-Contact" header if the request doesn't contain a
"Contact" header (e.g. PUBLISH, MESSAGE,...) otherwise the caps will be added
to the "Contact" header.
You can also do this: addHeader("Accept-Contact", "*;+g.oma.sip-im");
Original comment by boss...@yahoo.fr
on 13 Dec 2010 at 5:39
Thank you very much for your response.
Original comment by yuwenbin...@gmail.com
on 13 Dec 2010 at 6:00
For information, I have published the alpha version of our windows client
(http://code.google.com/p/boghe/) if you want to test it.
Original comment by boss...@yahoo.fr
on 13 Dec 2010 at 6:13
Ha,in fact,I have been studying source code of IMSDroid project based on
doubango.
Original comment by yuwenbin...@gmail.com
on 13 Dec 2010 at 6:21
doubango is not built with OpenSSL.
Original comment by yuwenbin...@gmail.com
on 13 Dec 2010 at 6:22
Original comment by boss...@yahoo.fr
on 24 Dec 2010 at 12:34
Original issue reported on code.google.com by
yuwenbin...@gmail.com
on 11 Dec 2010 at 5:38