freeswitch/libs/sofia-sip/libsofia-sip-ua/sdp
Michael Jerris dd62d83517 try that
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15953 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-14 20:44:04 +00:00
..
sofia-sip
tests
ChangeLog
Doxyfile.in
Makefile.am
README
errata
rfc2327.txt
run_test_sdp
sdp.bnf
sdp.c try that 2009-12-14 20:44:04 +00:00
sdp.docs
sdp_parse.c Thu Jan 8 13:00:38 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-11 16:47:14 +00:00
sdp_print.c Fri May 15 11:31:44 CDT 2009 Michael Jerris <mike@jerris.com> 2009-05-19 14:46:38 +00:00
sdp_tag.c
test_sdp.c
torture_sdp.c Thu Jan 8 13:00:38 CST 2009 Pekka Pessi <first.last@nokia.com> 2009-02-11 16:47:14 +00:00

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.