From 81afb7493b5cb404165734e054da8d1d80968e0f Mon Sep 17 00:00:00 2001 From: knotteye Date: Sat, 17 Oct 2020 18:30:38 -0500 Subject: [PATCH] Update config options for xmpp bridge --- install/config.example.yml | 7 ++++--- src/config.ts | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/install/config.example.yml b/install/config.example.yml index fcb99d8..74fc8f2 100644 --- a/install/config.example.yml +++ b/install/config.example.yml @@ -51,10 +51,11 @@ chat: xmpp: enabled: false - server: # 'example.com' + server: port: 5222 - jid: # 'satyrchat@example.com' - password: # 'verysecretexample' + jid: + password: + nickname: twitch: enabled: false diff --git a/src/config.ts b/src/config.ts index dd7e3a8..5cef9ce 100644 --- a/src/config.ts +++ b/src/config.ts @@ -76,7 +76,8 @@ const config: Object = { server: null, port: 5222, jid: null, - password: null + password: null, + nickname: 'SatyrChat' }, localconfig['chat']['xmpp']), twitch: Object.assign({