< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
In resip/dum/SubscriptionCreator.cxx:
> @@ -15,6 +15,7 @@ SubscriptionCreator::SubscriptionCreator(DialogUsageManager& dum, > > mLastRequest->header(h_Event).value() = event; > mLastRequest->header(h_Expires).value() = subscriptionTime; > + mLastRequest->header(h_Accepts).push_back( Mime( "application","pidf+xml") );
So is there a specific condition that must be satisfied to add the Accept header?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.