<div dir="ltr">Group or Devs,<div><br></div><div>Is there any way to allow custom bodies during a presence publish?</div><div><br></div><div>I am trying to implement presence notifies for a conferencing scenario to allow participants of a conference to subscribe to the conference events. The events will send information about who connected to and disconnected with the intention of syncing the UI. I am trying to publish the following:</div><div><br></div><div><div>PUBLISH <a href="mailto:sip%3Aap5badj@blah.org">sip:ap5badj@blah.org</a> SIP/2.0.</div><div>Call-ID: 861f3c86868d8a4b00276064d1205e0a@x.x.x.x.x.x.</div><div>CSeq: 2 PUBLISH.</div><div>From: "Dave Drummond" <<a href="mailto:sip%3Addrummondahblh@blah.org">sip:ddrummondahblh@blah.org</a>>;tag=62944280_a75dd11f_3a41c2f1_a8e175ca.</div><div>To: <<a href="mailto:sip%3Aap5badj@nurseliveconnect.org">sip:ap5badj@nurseliveconnect.org</a>>.</div><div>Max-Forwards: 70.</div><div>User-Agent: Mobicents Sip Servlets 3.0.0-SNAPSHOT.</div><div>Event: presence.</div><div>Via: SIP/2.0/TCP 192.237.207.220:5080;branch=z9hG4bKa8e175ca_3a41c2f1_7d6e0f5b-7595-4432-849e-500f6d4fe940.</div><div>Content-Type: application/pidf+xml.</div><div>Proxy-Authorization: Digest username="<a href="mailto:ddrummond.blah@blah.org">ddrummond.blah@blah.org</a>",realm="<a href="http://blah.org">blah.org</a>",nonce="585857390000212cd09ec487455386e318963e82d972f333",uri="<a href="mailto:sip%3Aap5badj@blah.org">sip:ap5badj@blah.org</a>",response="670c0336b89491900c284014c12b62ac".</div><div>Content-Length: 263.</div><div>.</div><div><?xml version="1.0" encoding="utf-8" ?>.</div><div><conference-info xmlns="urn:ietf:params:xml:ns:conference-info" entity="sips:ap5badj"state="full" version="1">.</div><div><users><endpoint entity="99999999">.</div><div><status>connected</status>.</div><div></endpoint>.</div><div></users>.</div><div></conference-info>.</div></div><div><br></div><div><br></div><div>but I get a 415 unsupported media type</div><div><br></div><div><div>Dec 19 21:53:15 cloud-server-06 /sbin/opensips[31135]: ERROR:presence_xml:xml_publ_handl: bad body format</div><div>Dec 19 21:53:15 cloud-server-06 /sbin/opensips[31135]: ERROR:presence:handle_publish: in event specific publish handling</div></div><div><br></div><div><br></div><div>Can someone tell me how I can modify the body to make this work?</div><div><br></div><div><br></div><div>Thanks,</div><div>Tito</div></div>