forked from Mirrors/freeswitch
.. | ||
sofia-sip | ||
tests | ||
ChangeLog | ||
Doxyfile.in | ||
errata | ||
Makefile.am | ||
README | ||
rfc2327.txt | ||
run_test_sdp | ||
sdp_parse.c | ||
sdp_print.c | ||
sdp_tag.c | ||
sdp.bnf | ||
sdp.c | ||
sdp.docs | ||
test_sdp.c | ||
torture_sdp.c |
SDP Parser and Printer ====================== This directory contains SDP parser and printer code. Parser takes an message and returns a corresponding C structure. Printer takes a C structure and returns a SDP message. There is an incomplete documentation in sdp.html on usage of parser and printer. Please refer to RFC 2327 for further information.