sipcore
sipcore copied to clipboard
Rust framework for creating SIP applications
Replace is_digit() functions from bnfcore.rs to nom::character::is_digit;
Add test cases from https://tools.ietf.org/html/rfc5118 Fix bugs if it'll happen. See example: https://github.com/armatusmiles/sipcore/blob/master/crates/sipmsg/tests/rfc4475.rs
- push_top/push_bottom(header_name) - pop_top/pop_bottom(header_name) - add_header(header_object) or add(header_name, header_value) - get_header_value(s)? - add_parameter?
Create a markdown table for vtype => vtags (one to many) and post to documentation