[reSIProcate] Bug in SdpContents encode method
Dave Mak
davemak at yahoo.com
Fri Feb 9 15:31:21 CST 2007
Hello,
I am new to this mailing list and wanted to know how do I submit bugfixes for
resiprocate-6627?
There is a bug in SdpContents::Session::encode() method. There is a missing "u=" for
SDP with the "URI of description" item defined in RFC2327.
The fix is trivial:
if (!mUri.host().empty())
{
+ s << "u=";
mUri.encode(s);
s << Symbols::CRLF;
}
Thanks.
--
Dave Mak
More information about the resiprocate-devel
mailing list