Group or Devs,

Is there any way to allow custom bodies during a presence publish?

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:

PUBLISH sip:[email protected] SIP/2.0.
Call-ID: [email protected].
CSeq: 2 PUBLISH.
From: "Dave Drummond" <sip:[email protected]
>;tag=62944280_a75dd11f_3a41c2f1_a8e175ca.
To: <sip:[email protected]>.
Max-Forwards: 70.
User-Agent: Mobicents Sip Servlets 3.0.0-SNAPSHOT.
Event: presence.
Via: SIP/2.0/TCP 192.237.207.220:5080
;branch=z9hG4bKa8e175ca_3a41c2f1_7d6e0f5b-7595-4432-849e-500f6d4fe940.
Content-Type: application/pidf+xml.
Proxy-Authorization: Digest username="[email protected]",realm="
blah.org",nonce="585857390000212cd09ec487455386e318963e82d972f333",uri="
sip:[email protected]",response="670c0336b89491900c284014c12b62ac".
Content-Length: 263.
.
<?xml version="1.0" encoding="utf-8" ?>.
<conference-info xmlns="urn:ietf:params:xml:ns:conference-info"
entity="sips:ap5badj"state="full" version="1">.
<users><endpoint entity="99999999">.
<status>connected</status>.
</endpoint>.
</users>.
</conference-info>.


but I get a 415 unsupported media type

Dec 19 21:53:15 cloud-server-06 /sbin/opensips[31135]:
ERROR:presence_xml:xml_publ_handl: bad body format
Dec 19 21:53:15 cloud-server-06 /sbin/opensips[31135]:
ERROR:presence:handle_publish: in event specific publish handling


Can someone tell me how I can modify the body to make this work?


Thanks,
Tito
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to