freeswitch/libs/sofia-sip/libsofia-sip-ua/sdp
Michael Jerris cf53a30a4d FS-7294: Enable -Werror when building with clang compiler 2015-02-17 17:12:58 -05:00
..
sofia-sip add support for RTP/SAVPF to sofia stack 2013-01-14 08:31:10 -05:00
tests add new test file 2008-08-12 17:11:25 +00:00
ChangeLog merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +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
Makefile.am clean up some bootstrap warnings 2014-03-07 18:36:26 -05: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
errata merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +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 fix file modes in sofia 2010-10-03 05:53:07 -04: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 add support for RTP/SAVPF to sofia stack 2013-01-14 08:31:10 -05:00
sdp.docs merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
sdp_parse.c FS-5949 FS-6945 #comment this change should be relevant to both of these issues, please test. This patch improves the hold parsing and ignores connection address of 0 implying hold when ice is present and disables the auto interpretation by the lower level stack of 0.0.0.0 to automatically imply sendonly to allow FS to decide on its own 2014-10-31 13:49:39 -05:00
sdp_print.c FS-7294: Enable -Werror when building with clang compiler 2015-02-17 17:12:58 -05:00
sdp_tag.c merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
test_sdp.c merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
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.