Open dikiw311 opened 1 year ago
Server software?
@dikiw311 why do you terminate (swipe away) the application? This only causes more problems - longer startup and higher battery drain overal!
Swiping application away is detected by the operating system (iOS) and it disables showing notifications from the stopped application. Have you swiped it out or just moved to using other application?
Is your server supporting Push notifications? If not, this will not work.
As the OP didn't provide more details, I'll share my data. My friend has an account on my server and is not receiving notifications on his iPhone.
Not sure my friend notification bug (no notification when app background/close). For my case we use ejabberd. iPhone 13 / version : ios 16.1.1 Siskin IM version 7.3.3
@HumanG33k note that ejabberd does not have any special modules (like Tigase or Prosody) that handle groups.
1:1 might work.
even in 1:1 if i understand well it's not working.
I found the issue in my specific setup - it is related to outdated luaossl dependency for mod_cloud_notify_encrypted. Specifically, my OS (CentOS Stream 9) does not have the latest package that has the bug fixed (details here[1]). I was seeing the same errors in my Prosody logs, as mentioned in the link.
Workaround for me was to remove the OS package and install it via luarocks install luaossl
.
P.S. my comment regarding "no re-authenticating" is actually expected behavior as client works differently from what I was used to.
Describe the bug
Expected behavior
Details (please complete the following information):