From 5d29b0800c9689ad2e1efdb6baff2e2c7df19d5d Mon Sep 17 00:00:00 2001 From: Felipe Cavalcanti Date: Tue, 11 Oct 2016 19:23:29 -0300 Subject: [PATCH] donation topic --- config/local.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/local.yaml b/config/local.yaml index ead0582..fc8aa10 100644 --- a/config/local.yaml +++ b/config/local.yaml @@ -14,6 +14,11 @@ mqttserver: plugins: - plugin: "persist_message" messagePattern: ".*" + - topic: 'chat/+/room/+/donations' + qos: 2 + plugins: + - plugin: "persist_message" + messagePattern: ".*" - topic: 'mqttbot/history/#' qos: 2 plugins: