Ajouter skill MQTT (publish/subscribe) + paramètres broker dans config

This commit is contained in:
2026-03-07 11:02:50 +00:00
parent 702a5ce12a
commit 3ab9ecc155
2 changed files with 82 additions and 1 deletions
+4 -1
View File
@@ -4,5 +4,8 @@
"xmpp_jid": "agent1@VOTRE_DOMAINE",
"xmpp_pass": "VOTRE_MOT_DE_PASSE",
"admin_jid": "vous@VOTRE_DOMAINE",
"db_path": "/opt/agent/memory.db"
"db_path": "/opt/agent/memory.db",
"mqtt_host": "localhost",
"mqtt_port": 1883,
"mqtt_client_id": "agent1"
}