< Previous by Date | Date Index | Next by Date > |
Thread Index |
--- Begin Message ---Hi
- From: Subramanian Kasi Subramanian <subbu.subramanian@xxxxxxxxx>
- Date: Tue, 28 Aug 2007 10:41:23 -0700 (PDT)
I was wondering if you could tell me how to handle 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.
Do you 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.
Any help on this issue would be appreciated.
Thank you
Subbu
Got a little couch potato?
Check out fun summer activities for kids.
--- End Message ---