From cb9f2096cd6ae8bf8a894cc06600526448b584ca Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Fri, 5 Apr 2019 08:01:00 +0200 Subject: change to use matrix in place of xmpp --- account.sample.ini | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'account.sample.ini') 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 -- cgit v1.2.1