[reSIProcate] Handling NOTIFY with Content type: Mulipart/related; type = "application/rlmi+xml"

Byron Campen bcampen at estacado.net
Tue Aug 28 13:19:42 CDT 2007


	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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20070828/50b27a2e/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2423 bytes
Desc: not available
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20070828/50b27a2e/attachment.bin>


More information about the resiprocate-devel mailing list