freeswitch/libs/sofia-sip/libsofia-sip-ua/sdp
Chris Rienzo 1bd9fd1a86 FS-11785 [sofia] fix dead assignment in parse_payload 2019-06-06 11:25:26 -04:00
..
sofia-sip FS-9576 #resolve [Add Realtime Text] 2016-09-27 16:40:43 -05:00
tests
ChangeLog
Doxyfile.in
Makefile.am
README
errata
rfc2327.txt
run_test_sdp
sdp.bnf FS-9576 #resolve [Add Realtime Text] 2016-09-27 16:40:43 -05:00
sdp.c FS-11278 #resolve fix if clause does not guard compiler warning 2018-07-26 11:24:40 -05:00
sdp.docs
sdp_parse.c FS-11785 [sofia] fix dead assignment in parse_payload 2019-06-06 11:25:26 -04:00
sdp_print.c FS-9576 #resolve [Add Realtime Text] 2016-09-27 16:40:43 -05:00
sdp_tag.c
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.