< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

RE: [reSIProcate] Change to ClientSubscription


This was committed in rev 5767.

 

--Derek


From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Derek MacDonald
Sent: Thursday, December 22, 2005 11:28 AM
To: 'Resip Devel'
Subject: [reSIProcate] Change to ClientSubscription

 

ClientSubscription is being changed to deal with overlapping NOTIFY transactions.  The app will receive the NOTIFY callbacks in a serialized fashion.  An onUpdateFoo callback will not happen until that notify has been accepted or rejected. 

 

There is one minor api change: the onUpdateFoo callbacks provide an additional boolean parameters, which indicates whether that NOTIFY message has been received out of order.

 

This will most likely be committed later today.

 

--Derek