lorlor / android-rcs-ims-stack

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

can't parse sip tags with semicolon #263

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.issue appear in general capability discovery (SIP OPTIONS) procedure
2.if SIP OPTIONS tag have format containing semicolon such as "tagA;para1=1.0", 
then the tag is not correctly parsed. 
3.

What is the expected output? What do you see instead?
I want to expect output be "tagA;para1=1.0" but actually it is "tagA", the 
second part after semicolon is missed.

What version of the stack are you using? On what Android release?

Please provide any additional information below.

Original issue reported on code.google.com by miej...@gmail.com on 15 Sep 2014 at 7:02

GoogleCodeExporter commented 8 years ago
the main function located in getFeatureTags() of Sipmessage.java
P.S. the wireshark can parse the tag with semicolon correctly.

Original comment by miej...@gmail.com on 15 Sep 2014 at 7:05