omitech
omitech
Why GCM support has been removed? I think it is still possible to send web pushed to FCM endpoint with Authorization: key= header without VAPID
Can I add multiple functions in one worker, like `worker.addFunction('func1'); worker.addFunction('func2')`? And how to distinguish received request in `worker.on('JOB_ASSIGN', function(job){ ... }` Only by `job.func_name` ? Or should I simply...
How do I coy an existing Xabber server to a new server while retaining all existing contacts and chat records? Somehow `ejabberdctl backup/restore` silently fails
### What happened I have two servers with a VPN tunnel set up using StrongSwan. Everything works perfectly when Firewalld is disabled. However, when I enable Firewalld, even though all...
Using implode in Smarty templates throws a deprecation warning, even when used with the correct argument order. For example: `{implode(',', $array)}` Despite being valid syntax, this still triggers a warning....