summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip/sip_parser.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-22 01:06:33 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-22 01:06:33 +0000
commit2ddb744528ad991173650a2b6e3ff20796b3a748 (patch)
tree0d3dd7ea2ce82e300ae593368874d8d668758a23 /pjsip/include/pjsip/sip_parser.h
parentff261fd32f979e87eccee2e7a10849d042fa6c2d (diff)
Fix parse param bug in Contact hdr and add more msg tests
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@76 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip/sip_parser.h')
-rw-r--r--pjsip/include/pjsip/sip_parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pjsip/include/pjsip/sip_parser.h b/pjsip/include/pjsip/sip_parser.h
index 0df3ca92..389e6342 100644
--- a/pjsip/include/pjsip/sip_parser.h
+++ b/pjsip/include/pjsip/sip_parser.h
@@ -49,9 +49,9 @@ enum
/** If this option is specified, function #pjsip_parse_uri and other
* internal functions that this function calls will parse URI according
- * to convention for parsing From/To header. For example, when the URI
- * is not enclosed in brackets ("<" and ">"), all parameters will not
- * be stored to the URI (it will be stored to the header).
+ * to convention for parsing From/To/Contact header. For example, when
+ * the URI is not enclosed in brackets ("<" and ">"), all parameters
+ * are treated as header parameters (not URI parameters).
*/
PJSIP_PARSE_URI_IN_FROM_TO_HDR = 2,
};