Fix default MUC room to agents@muc.xmpp.ovh
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user