< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
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 forresiprocate-6627?There is a bug in SdpContents::Session::encode() method. There is a missing "u=" forSDP 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@xxxxxxxxxxxxxxxxxxxx https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
Attachment:
smime.p7s
Description: S/MIME cryptographic signature