freeswitch/libs/sofia-sip/libsofia-sip-ua/sdp
Michael Jerris 7d8bd7ba89 tweak sdp handling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7799 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-05 22:39:22 +00:00
..
sofia-sip Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
tests add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
ChangeLog add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
Doxyfile.in switch doxygen generation in sofia-sip around to use configure generated files. This should avoid some problems with warnings and errors when builing the manpages. You will probably need to autoreconf and configure sofia-sip for this 2007-04-19 22:28:01 +00:00
errata add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
Makefile.am switch doxygen generation in sofia-sip around to use configure generated files. This should avoid some problems with warnings and errors when builing the manpages. You will probably need to autoreconf and configure sofia-sip for this 2007-04-19 22:28:01 +00:00
README add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
rfc2327.txt add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
run_test_sdp a little update to the sofia-sip library 2007-04-15 02:03:41 +00:00
sdp_parse.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
sdp_print.c tweak sdp handling 2008-03-05 22:39:22 +00:00
sdp_tag.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
sdp.bnf add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
sdp.c sync with latest sofia tree. 2007-08-06 19:24:10 +00:00
sdp.docs add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
test_sdp.c add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs 2006-12-21 06:30:28 +00:00
torture_sdp.c sync with sofia darcs tree 2007-04-19 19:17:12 +00:00

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.