-
We also have an ad-hoc command to list and disable push notifications for selected devices just in case if some device is stuck as enabled.
@kobit @wojtek Feature was implemented and tested locally. As the next step, we could deploy it on sure.im/tigase.im and verify its behavior on a real environment. Or should we use a different environment to enable this feature?
Wojtek, could you look at the documentation for this feature? is it OK? or we need to change something?
-
Feature was implemented and tested locally. As the next step, we could deploy it on sure.im/tigase.im and verify its behavior on a real environment. Or should we use a different environment to enable this feature?
I think testing on tigase.im/sure.im would be a good idea
Wojtek, could you look at the documentation for this feature? is it OK? or we need to change something?
Synchronised github repo and manually forced RTD build to make it up to date: https://docs.tigase.net/en/latest/Tigase_Administration/Configuration/_Configuration.html#push-devices-presence
- is there any default for
deviceRegistrationTTL
?
Apart the docs look ok - I did some light editor change.
- is there any default for
-
There is no default for
deviceRegistrationTTL
, so the value is by defaultnull
. With that we have the same behavior as previously - no TTL. The reason for leaving TTL disabled is that normally push components should inform XMPP server when it was not possible to deliver notification due to application removal on the users device or similar issue and that would result in removal of the entry from the list of push enabled devices/clients for the user hosted on XMPP server.
Type |
Task
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.4.0
|
Sprints |
n/a
|
Customer |
n/a
|
-
tigase-server-8.4.0 Closed
Many user accounts that have push notifications enabled are shown as offline for other users even though account owner clients can be notified about upcoming messages. For many iOS clients, being offline but available to delivery message by push notifications is a normal state and users that see those accounts as offline tend not to send messages as they expect their message will not reach the recipient.