Fix default MUC room to agents@muc.xmpp.ovh

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 10:30:42 +00:00
parent 83d0314653
commit 00cbb7b048
+1 -1
View File
@@ -259,7 +259,7 @@ class Deployer:
"jid": self.cfg.xmpp_jid,
"password": self.cfg.xmpp_password,
"admin_jids": self.cfg.extra.get("admin_jids", [self.cfg.extra.get("admin_jid", "")]),
"muc_room": self.cfg.extra.get("muc_room", "agents@conference.xmpp.ovh"),
"muc_room": self.cfg.extra.get("muc_room", "agents@muc.xmpp.ovh"),
"use_omemo": False,
},
"mqtt": {