[reSIProcate] responses body

hanan aboudalal hanan.aboudalal at gmail.com
Mon May 8 14:47:36 CDT 2006


hi all

If I added a body to a response message, will this cause any problem?
The code is as follows:

//handle is a ServerPagerMessageHandler
SharedPtr<SipMessage>  ok = handle->accept();
auto_ptr<Contents>  content(new PlainContents("response", m_mime));
ok.setContents(content);

please reply.

best regards



More information about the resiprocate-devel mailing list