You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understood in the API documentation, the anjay_get_server_last_registration_time function was to return the date that was registered on the server.
But every time an update occurs, this date is updated in the function: _anjay_server_on_updated_registration
This function should return the date the registration was made for the first time or for each update?
Best regards,
Igor.
The text was updated successfully, but these errors were encountered:
Hi!
As you have pointed it out, the documentation might be misleading, but this function's intention is indeed to return the last time that either Register or Register Update message was sent and got a positive response.
Does you app need to know the time where precisely a Register message was actually sent?
Regards,
Tomasz
Hello,
From what I understood in the API documentation, the anjay_get_server_last_registration_time function was to return the date that was registered on the server.
But every time an update occurs, this date is updated in the function: _anjay_server_on_updated_registration
This function should return the date the registration was made for the first time or for each update?
Best regards,
Igor.
The text was updated successfully, but these errors were encountered: