From 1529c1605c12c0cee1f9c09a0ff5f148413fe6ae Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 3 Sep 2019 00:57:59 +0200 Subject: [PATCH] Fix focus username --- conf/metronome.cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/metronome.cfg.lua b/conf/metronome.cfg.lua index 84e7901..f44def8 100644 --- a/conf/metronome.cfg.lua +++ b/conf/metronome.cfg.lua @@ -19,7 +19,7 @@ -- for the server. Note that you must create the accounts separately -- (see http://prosody.im/doc/creating_accounts for info) -- Example: admins = { "user1@example.com", "user2@example.net" } -admins = { "focus__APP__@auth.__DOMAIN__" } +admins = { "svc__APP__focus@auth.__DOMAIN__" } daemonize = true cross_domain_bosh = true; component_ports = { __PORT_COMPONENT__ }