Slixfeed/slixfeed/assets/accounts.ini

109 lines
1.8 KiB
INI
Raw Normal View History

# Settings to tell the bot to which accounts to connect
# and also from which accounts it receives instructions.
[XMPP]
2024-01-17 15:36:28 +01:00
nickname = Slixfeed
username =
password =
2024-01-22 13:55:36 +01:00
# JID of bot master
operator =
2024-01-22 13:55:36 +01:00
# Address may be an onion hostname
address =
# Port may be 5347
port =
2024-01-17 15:36:28 +01:00
[XMPP Profile]
name = Slixfeed
nickname = Slixfeed
role = Syndication News Bot
organization = RSS Task Force
url = https://gitgud.io/sjehuda/slixfeed
2024-01-22 13:55:36 +01:00
description = XMPP news bot (supports Atom, JSON, RDF and RSS).
note = This is a syndication news bot powered by Slixfeed.
2024-01-17 15:36:28 +01:00
birthday = 21 June 2022
[XMPP Connect]
reconnect_timeout = 30
2024-01-22 13:55:36 +01:00
# NOTE You might want to consider support for socks4 too (this
# note was written when keys were proxy_host and proxy_port)
# NOTE Consider not to use a version number as it might give an
# impression of an archaic feature in the future.
[XMPP Proxy]
# Example hostname 127.0.0.1
socks5_host =
# Example port 9050
socks5_port =
#socks5_username =
#socks5_password =
# NOTE Consider renaming key proxy_enabled to socks5_enabled
# NOTE Consider removing proxy_enabled key (if you want to enable just comment)
proxy_enabled = 1
[ActivityPub]
# Not yet implemented
username =
password =
operator =
[Email]
# Not yet implemented
recipient_emails =
sender_emails =
[IMAP]
# Not yet implemented
username =
password =
# port = 993
[SMTP]
# Not yet implemented
host =
# port = 465
[IRC]
# Not yet implemented
username =
password =
# port = 6667
operator =
[LXMF]
# Not yet implemented
username =
password =
operator =
[Matrix]
# Not yet implemented
username =
password =
operator =
[Nostr]
# Not yet implemented
username =
password =
operator =
[Session]
# Not yet implemented
username =
password =
operator =
[SIP]
# Not yet implemented
username =
password =
operator =
[TOX]
# Not yet implemented
username =
password =
operator =