[reSIProcate] [resiprocate/resiprocate] send presence mechanism through PUBLICATION message (#52)
Mateus Augusto Bellomo Agrello Ruivo
notifications at github.com
Tue Aug 9 12:11:10 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") );
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 or view it on GitHub:
https://github.com/resiprocate/resiprocate/pull/52/files/3e560b1c7f1fd67ba053d282961fd40561059262#r74101382
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20160809/2def0077/attachment.htm>
More information about the resiprocate-devel
mailing list