Syed Zahidulla
Syed Zahidulla
Iam on Linux ejabberd version 22.05 Config Link : https://gist.github.com/syedzahidulla/52bbbbda8233ce0f01b9e0a4f8526fab
I have done it through EC2 instance t3.small Linux AMI Name : amzn2-ami-kernel-5.10-hvm-2.0.20220719.0-x86_64-gp2 Platform : Amazon Linux
I ran below commands A. sudo su B. mkdir Downloads C. wget -O Downloads/ejabberd-22.05-2-linux-x64.run https://www.process-one.net/downloads/downloads-action.php?file=/22.05/ejabberd-22.05-2-linux-x64.run D. chmod +x Downloads/ejabberd-22.05-2-linux-x64.run E. sudo Downloads/ejabberd-22.05-2-linux-x64.run
> ```yaml > default_db: sql > modules: > mod_mqtt: > db_type: sql > ``` > > I guess this should be enough, no idea why it doesn't work. > >...
I wanted to build a dashboard for analytics using this data so i was looking for the storage on postgre...and also postgre has table for mqtt_pub but no data in...
its working as expected but only on_unsubscribe isn't working
I have configured webhooks for few events along with on_unsubscribe but as soon as i set postgre configuration my unsubscribe event is not getting triggered. vmq_diversity = on acl =...
I have noticed that when i keep allow_anonymous = on my unsubscirbe webhook is getting trigged but as an when i switched it off and enables diversity = on and...
I have my express.js server with node.js code running on same machine as where the vernemq is installed... I have webhooks for on_register, on_subscribe, on_unsubscribe etc which is hitting for...
I have setup authorization using postgre therefore switched on vmq_diversity and webhooks as client wake up , unsubscribe etc for this vmq_webhooks. I want to understand how to fire an...