2018-07-13 22:53:22 +02:00
|
|
|
{
|
|
|
|
"ServerAddress": "example.com:5222",
|
|
|
|
"BotJid": "feedbot@example.com",
|
|
|
|
"Password": "ChangeThis!",
|
|
|
|
"Muc": "muc-to-feed@conference.example.com",
|
|
|
|
"MucNick": "feedbot",
|
2019-05-31 12:04:53 +02:00
|
|
|
"Contact": "xmpp:botadmin@example.com",
|
2018-09-05 20:41:43 +02:00
|
|
|
"MaxArticles": 5,
|
|
|
|
"RefreshTime": 30,
|
2018-09-03 20:42:19 +02:00
|
|
|
"NoExcerpt": false,
|
2019-05-31 12:04:53 +02:00
|
|
|
"Quiet": false,
|
2019-05-31 11:32:13 +02:00
|
|
|
"Filter": [ "submitted by", "[link]" ],
|
2018-07-13 22:53:22 +02:00
|
|
|
"Feeds": [ "https://www.debian.org/News/news",
|
2019-05-31 12:04:53 +02:00
|
|
|
"https://www.debian.org/security/dsa-long",
|
|
|
|
"https://www.reddit.com/r/FDroidUpdates/new.rss" ]
|
2018-07-13 22:53:22 +02:00
|
|
|
}
|