Subj : src/sbbs3/mqtt.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Tue Sep 12 2023 06:32 pm https://gitlab.synchro.net/main/sbbs/-/commit/5cb96ad3b35e851222452b86 Modified Files: src/sbbs3/mqtt.c Log Message: Fix log topic publishing when using MQTT v3 Apparently if you call mosquitto_publish_v5() with a non-NULL properties pointer, it'll only publish via protocol v5 and doesn't work if you're using protocol v3 connection. Thanks Ree. .