[reSIProcate] [resiprocate/resiprocate] send presence mechanism through PUBLICATION message (#52)
Scott Godin
notifications at github.com
Tue Aug 9 10:59:02 CDT 2016
> @@ -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") );
This change is not appropriate - you can't add that Accept header to all subscriptions created by DUM.
---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/resiprocate/resiprocate/pull/52/files/3e560b1c7f1fd67ba053d282961fd40561059262#r74087794
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20160809/2857202e/attachment.htm>
More information about the resiprocate-devel
mailing list