19 |
//subscription can be ended through a notify or a failure response. |
//subscription can be ended through a notify or a failure response. |
20 |
virtual void onTerminated(ClientSubscriptionHandle, const SipMessage& msg)=0; |
virtual void onTerminated(ClientSubscriptionHandle, const SipMessage& msg)=0; |
21 |
//not sure if this has any value. |
//not sure if this has any value. |
22 |
virtual void onNewSubscription(ClientSubscriptionHandle, const SipMessage& response)=0; |
virtual void onNewSubscription(ClientSubscriptionHandle, const SipMessage& notify)=0; |
23 |
}; |
}; |
24 |
|
|
25 |
class ServerSubscriptionHandler |
class ServerSubscriptionHandler |