freeswitch/libs/sofia-sip/libsofia-sip-ua/sdp
Michael Jerris 9b14bd5dbd fix file modes in sofia 2010-10-03 05:53:07 -04:00
..
sofia-sip
tests
ChangeLog
Doxyfile.in
Makefile.am
README
errata
rfc2327.txt
run_test_sdp fix file modes in sofia 2010-10-03 05:53:07 -04:00
sdp.bnf
sdp.c [2/3][sofia-sip] gcc-4.5: Fix enum type mismatch. 2010-04-17 11:17:28 +00:00
sdp.docs
sdp_parse.c
sdp_print.c
sdp_tag.c
test_sdp.c
torture_sdp.c

README

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.