[reSIProcate] Handling NOTIFY with Content type: Mulipart/related; type = "application/rlmi+xml"
Subramanian Kasi Subramanian
subbu.subramanian at yahoo.com
Thu May 24 10:08:49 CDT 2007
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20070524/900fe689/attachment.htm>
More information about the resiprocate-devel
mailing list