liyuanwei / imsdroid

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

How to update messsage header of protocol? #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.For example,I want to set "Privacy:none".(Default "Privacy:id")
2.Because setPrivacy() method does not exist,I call addHeader("Privacy","id").
3.The message which is captured by Wireshark software is as follow:
  xxxxxxxxxxxxxxx
  xxxxxxxxxxxxxxx
  Privacy:none
  xxxxxxxxxxxxxxx
  xxxxxxxxxxxxxxx
  Privacy:id

  "Privacy:none" and "Privacy:id",which is effective?
What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
IMSDroid 1.1.327   on Android 2.2

Please provide any additional information below.

Original issue reported on code.google.com by yuwenbin...@gmail.com on 10 Dec 2010 at 11:22

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 10 Dec 2010 at 11:26