Test config and scripts for example plugins.

pull/2386/head
Roger A. Light 4 years ago
parent 869016b831
commit 76c9e44deb

@ -0,0 +1 @@
plugin ./mosquitto_add_properties.so

@ -0,0 +1,3 @@
#!/bin/sh
../../../src/mosquitto -c test.conf -v

@ -0,0 +1,3 @@
listener 1883
plugin ./mosquitto_auth_by_ip.so

@ -0,0 +1,3 @@
#!/bin/sh
../../../src/mosquitto -c test.conf -v

@ -0,0 +1 @@
plugin ./mosquitto_client_properties.so

@ -0,0 +1,3 @@
#!/bin/sh
../../../src/mosquitto -c test.conf -v

@ -0,0 +1 @@
plugin ./mosquitto_connection_state.so

@ -0,0 +1,3 @@
#!/bin/sh
../../../src/mosquitto -c test.conf -v

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
../../src/mosquitto -c test.conf -v ../../../src/mosquitto -c test.conf -v

@ -0,0 +1 @@
plugin ./mosquitto_message_timestamp.so

@ -0,0 +1,3 @@
#!/bin/sh
../../../src/mosquitto -c test.conf -v

@ -0,0 +1 @@
plugin ./mosquitto_payload_modification.so

@ -0,0 +1,3 @@
#!/bin/sh
../../../src/mosquitto -c test.conf -v

@ -1,4 +1 @@
listener 1883
allow_anonymous true
plugin ./mosquitto_print_ip_on_publish.so plugin ./mosquitto_print_ip_on_publish.so

Loading…
Cancel
Save