[reSIProcate] Handling NOTIFY with Content type: Mulipart/related; type = "application/rlmi+xml"
Subramanian Kasi Subramanian
subbu.subramanian at yahoo.com
Tue Aug 28 14:25:34 CDT 2007
Thanks for the clue. I fixed the issue.
I did not add the optionsTag to support eventlists.
clientDum.getMasterProfile()->addSupportedOptionTag(Token(Data("eventlist")));
Subbu
Byron Campen <bcampen at estacado.net> wrote: I'm not seeing any code that discriminates based on the Content-Type that could be causing the behavior you're seeing. Can you post traces/logs? Looking at the code, this might be happening because of the absence of a Subscription-State header.
Best regards,
Byron Campen
Hi
I was wondering if anyone has experience with handling the following content type:
Content-Type:multipart/related;type="application/rlmi+xml";
I have suceeded in sending SUBSCRIBE messages to <resourcelistidetifier>@<presence server IP>
I can see that the presence server is replying with a NOTIFY which has the content type:
Content-Type:multipart/related;type="application/rlmi+xml";
I have updated incoming notifications to handle these types:
clientDum.getMasterProfile()->addSupportedMimeType(NOTIFY, Pidf::getStaticType());
clientDum.getMasterProfile()->addSupportedMimeType(NOTIFY, Rlmi::getStaticType());
clientDum.getMasterProfile()->addSupportedMimeType(NOTIFY, MultipartRelatedContents::getStaticType());
clientDum.getMasterProfile()->addSupportedMimeType(NOTIFY,Mime("application", "simple-message-summary"));
clientDum.getMasterProfile()->addSupportedMimeType(NOTIFY, Mime("application", "cpim-pidf+xml"));
But the onUpdateActive(ClientSubscriptionHandle is,const SipMessage& notify, bool outOfOrder)
callback in the ClientSubscriptionHandler does not get called when I recieve this NOTIFY message.
Does someone know if I need to do anything else for this callback to get called when I handle this content type.
When I try sending a simple SUBSCRIBE to single user. I get back a NOTIFY message of the type "application/pidf+xml". When I recieve this type of NOTIFY the call back function onUpdateActive gets successfully called.
Help from anyone on this topic will be appreciated.
Thank you
Subbu
---------------------------------
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center._______________________________________________
resiprocate-devel mailing list
resiprocate-devel at list.resiprocate.org
https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
---------------------------------
Boardwalk for $500? In 2007? Ha!
Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20070828/bd84c7e7/attachment.htm>
More information about the resiprocate-devel
mailing list