[reSIProcate] Bug in SdpContents encode method
Byron Campen
bcampen at estacado.net
Fri Feb 9 15:56:47 CST 2007
Good eye. I'll patch this up right away.
Best regards,
Byron Campen
> 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
>
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel at list.resiprocate.org
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2423 bytes
Desc: not available
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20070209/840a657e/attachment.bin>
More information about the resiprocate-devel
mailing list