badlop
badlop
Right, it gets deleted. When the receiver of the messages becomes online (with a positive priority), the offline message is sent to him (and deleted from offline_msg table as usual),...
> Thank you @prefiks So do you confirm that if the user only connects and authenticates without sending the presence stanza, he won't receive the offline messages (therefore they won't...
@logicwonder do you think this issue can be closed, or is there still something to investigate or solve?
As you use the internal (mnesia) database, I guess you made a backup of its files before updating the program. What happens if you uninstall ejabberd 24.02, recover back the...
Do you use a specific container image, or do you build your own from scratch, or what? Do you add a custom module source code to ejabberd, and let it...
The problem is that `module_install` has very limited support to compile dependencies. It can compile small simple dependencies, but the libraries you want to compile require a full development environment....
Which method do you consider more suitable for your case, A or B?
> I have tried deleting the push session from SQL backend In what table is stored that? The existing `delete_old_push_sessions` API is not suitable for that user case because... ?
I know almost nothing of that XEP and the module... maybe you mean something like this? ```diff diff --git a/src/mod_push.erl b/src/mod_push.erl index c911bb6ac..cbb4a206f 100644 --- a/src/mod_push.erl +++ b/src/mod_push.erl @@ -41,7...
Did you test the patch? As I said, I know almost nothing of that XEP and the module, and consequently this would, at least, a confirmation that it really does...