[reSIProcate] [resiprocate/resiprocate] send presence mechanism through PUBLICATION message (#52)
Mateus Augusto Bellomo Agrello Ruivo
notifications at github.com
Tue Aug 9 09:32:42 CDT 2016
> +int
> +UserAgentClientPublication::onRequestRetry(ClientPublicationHandle handle, int retrySeconds, const SipMessage& status)
> +{
> + InfoLog(<<"UserAgentClientPublication::onRequestRetry - not implemented\n");
> + return 30;
> +}
> +
> +void
> +UserAgentClientPublication::onStaleUpdate(ClientPublicationHandle handle, const SipMessage& status)
> +{
> + InfoLog(<<"UserAgentClientPublication::onStaleUpdate - not implemented\n");
> +}
> +
> +/* ====================================================================
> +
> + Copyright (c) 2007-2008, Plantronics, Inc.
I got the methods name from [1] and some other methods (getPublicationHandle() and end()) from [2]. Both [1] and [2] has this Copyright of "Plantronics". Should I add
Mateus Bellomo mateusbellomo at gmail.com
after the
Copyright (c) 2007-2008, Plantronics, Inc.
?
[1] https://github.com/resiprocate/resiprocate/blob/master/resip/dum/PublicationHandler.hxx#L16
[2] https://github.com/resiprocate/resiprocate/blob/master/resip/recon/UserAgentClientSubscription.cxx
---
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/e0897e2885abd5e59bea8b7669ce3c42e9295d93#r74069773
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20160809/296e1390/attachment.htm>
More information about the resiprocate-devel
mailing list