blob: 8687db7f18086e30f8b48049935cb27fddb8e69c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# bot credentials
login:
jid: "james2@example.tld"
password: "5up3r 53cr37"
nick: "James2"
rooms:
# "join this room": "redirect to this room"
"home@conference.example.tld": "nursing_home@conference.example.tld"
messages:
# reply to direct messages
# {nick}: bot's nickname
direct_msg: "I am {nick} only tasked to redirect people. I am a Bot Ding Ding don't reply."
# replay to group messages
# {user_nick}: joined user's nickname
# {new_room}: the configured room the bot points to
grp_msg: "{user_nick}, this room is retired please join xmpp:{new_room}?join."
# features -- currently todo and not implemented
features:
# utilize xep 249 direct muc invite
direct_invite: false
# what to do with the user in the retired room
#kick_user: false
ban_user: false
|