forked from sg/xmppbridge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbridge.conf
41 lines (33 loc) · 1.12 KB
/
bridge.conf
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
29
30
31
32
33
34
35
36
37
38
39
40
41
#=========================================
# XMPP Bridge config file
#
# setting:value
#=========================================
# The JID of the xmppbridge bot
# (this account must already exist)
botjid:[email protected]
# The password for the account
botpasswd:foobar
# MUC/chatroom nickname for the bot
botnick:bridge
# The JID of the default master/owner
# (this person will have full admin access)
default_master:[email protected]
# Database file name for storing bot user
# info and other persistent data
database:bridge.db
# Setting that determines if the bot will
# automatically accept subscription requests
# from people who want to add the bot to their
# roster
accept_subs:true
# Bridged app disconnect timeout. Upon receiving a presence
# of 'unavailable' from a bridged app user, this is the
# number of minutes to wait before disconnecting the user
# from the bridged app. If a different presence update is
# received before the timeout occurs, the user won't be
# disconnected.
timeout:5
# Modules to load
# a comma separated list of module names
modules:main,mushclient,mud,ircclient,frotz,trivia,mucbot,gforth,irb