freeswitch/libs/sofia-sip/libsofia-sip-ua/sdp
Jeff Lenk 43eaa95746 windows compile another step closer 2013-04-03 08:55:03 -05:00
..
sofia-sip add support for RTP/SAVPF to sofia stack 2013-01-14 08:31:10 -05:00
tests
ChangeLog merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
Doxyfile.in
Makefile.am Wed Nov 26 14:19:45 CST 2008 Pekka Pessi <first.last@nokia.com> 2008-12-16 19:44:06 +00:00
README
errata merge whitespace fixes from sofia-sip tree 2008-12-16 18:05:22 +00:00
rfc2327.txt
run_test_sdp fix file modes in sofia 2010-10-03 05:53:07 -04:00
sdp.bnf
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 windows compile another step closer 2013-04-03 08:55:03 -05:00
sdp_print.c add support for RTP/SAVPF to sofia stack 2013-01-14 08:31:10 -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.