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
- Host: GitHub
- URL: https://github.com/hemantsonu20/sip-parser-jflex
- Owner: hemantsonu20
- License: apache-2.0
- Created: 2016-07-03T11:56:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T18:08:14.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T21:11:23.897Z (4 months ago)
- Topics: java, java-8, jflex, maven, sip, sip-parser, sip-uri
- Language: Lex
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)