< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] [resiprocate/resiprocate] send presence mechanism through PUBLICATION message (#52)


In resip/recon/UserAgentClientPublication.cxx:

> +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@xxxxxxxxx

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, view it on GitHub, or mute the thread.