25 lines
892 B
Text
25 lines
892 B
Text
|
[DEFAULT]
|
||
|
# The Jabber identifier of your bot, of the form <user>@<domain>.
|
||
|
jid = bot@example.org
|
||
|
|
||
|
# The password associated with the JID you specified above.
|
||
|
password = bot_password
|
||
|
|
||
|
# A list of admins who are allowed to do things to your bot, separated with a
|
||
|
# space (" ").
|
||
|
admins = you@example.com
|
||
|
|
||
|
# The nick you want your bot to use when it will join the rooms.
|
||
|
nick = bot
|
||
|
|
||
|
# The text and XHTML-IM templates your bot will use to link to new feed
|
||
|
# entries.
|
||
|
text_template = News from {feed}: {title} <{link}>
|
||
|
xhtml_template = News from <strong>{feed}</strong>: <a href="{link}">{title}</a>
|
||
|
|
||
|
# Each room you want to join must be listed between square brackets ("[…]").
|
||
|
[room@chat.example.net]
|
||
|
# Each room can get one or more feeds associated, in which case your bot will
|
||
|
# talk for every new entry. You must separate the feeds with a space (" ").
|
||
|
feeds = https://example.net/feed.atom
|