diff options
Diffstat (limited to 'account.sample.ini')
-rw-r--r-- | account.sample.ini | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/account.sample.ini b/account.sample.ini index 0d54dfd..a4ac063 100644 --- a/account.sample.ini +++ b/account.sample.ini @@ -10,7 +10,8 @@ password=secre ; The account-number to be inspected (kontonummer) accountnumber=123123123 -[jabber] -jid = bot@domain.tld -password = bot-password -recipient = receiver-of-notifications
\ No newline at end of file +[matrix] +user = username +pass = password.... +host = matrix.org +room = #bot-room:matrix.org |