[reSIProcate] 200 OK for SUBSCRIBE

Suresh Rangaswamy suresh at aylus.com
Tue Nov 29 18:14:02 CST 2005


Hi

 

In the response handling in Dialog::dispatch, I see a code which ignores the
2XX response for SUBSCRIBE. Is there a reason why? In this case, how does
the application get to know about successful  (200 OK) for SUBSCRIBE.

 

Case SUBSCRIBE:

                        int code =
response.header(h_StatusLine).statusCode();

                        if ( code < 300)

                        {

                                    return;

                        }

 

 

Any thoughts on this 

 

Regards

Suresh 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20051129/48420e7e/attachment.htm>


More information about the resiprocate-devel mailing list