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({