freeswitch/libs/sofia-sip/libsofia-sip-ua/sdp
Michael Jerris 46c7e09c4d Wed Sep 3 14:37:06 EDT 2008 Pekka Pessi <first.last@nokia.com>
* sdp: updated documentation



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9503 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-10 16:19:45 +00:00
..
sofia-sip Wed Sep 3 14:37:06 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-09-10 16:19:45 +00:00
tests add new test file 2008-08-12 17:11:25 +00:00
ChangeLog
Doxyfile.in
Makefile.am
README
errata
rfc2327.txt
run_test_sdp Tue Aug 12 12:56:16 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-08-12 17:08:44 +00:00
sdp.bnf
sdp.c Wed Sep 3 14:37:06 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-09-10 16:19:45 +00:00
sdp.docs Mon Aug 4 14:12:09 EDT 2008 Stefano Sabatini 2008-08-12 17:05:16 +00:00
sdp_parse.c Tue Aug 12 12:56:16 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-08-12 17:08:44 +00:00
sdp_print.c Tue May 20 09:29:34 EDT 2008 Pekka.Pessi@nokia.com 2008-05-25 13:54:06 +00:00
sdp_tag.c Sync to current darcs tree: 2007-10-11 14:16:59 +00:00
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.