Hi there,

In my application, I follow the guideline presented in the "MIME
Multipart Body" section of the documentation in order to generate
multipart/mixed bodies. The BNF grammar for multipart bodies defines
the closing delimiter as:

close-delimiter := delimiter "--"

What happens is that the multipart body generated by Sofia contains an
extra CRLF after the closing delimiter which apparently shouldn't be
there. I know of some cases in which the remote agent complains of
those extra bytes. I currently work around this issue by decrementing
2 from pl_len before passing it on to the stack, but it would be nice
to get rid of this hack.
Thanks.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to