An open API service indexing awesome lists of open source software.

https://github.com/hemantsonu20/sip-parser-jflex

A sip uri validator using JFlex
https://github.com/hemantsonu20/sip-parser-jflex

java java-8 jflex maven sip sip-parser sip-uri

Last synced: 2 months ago
JSON representation

A sip uri validator using JFlex

Awesome Lists containing this project

README

        

# sip-parser

A simple sip-parser using lexer parser generator tool [JFlex](http://jflex.de/).

This validates a sip uri based on the [RFC-3261](https://www.ietf.org/rfc/rfc3261.txt).

For more details about the library see examples in [TestSipUtils.java](src/test/java/com/github/sip/TestSipUtils.java)