summaryrefslogtreecommitdiffstats
path: root/ircxmpp.conf
blob: fd635c7dede171876c00e77906541aa2ee0ee214 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## configuration file for ircxmpp.
## see http://git.sijanec.eu/sijanec/ircxmpp
## or /usr/share/doc/ircxmpp/README.Debian
####################### REQUIRED VARIABLES #######################
## JID of ircxmpp user on XMPP server to connect with
# IX_JID=change@me
## password for XMPP authentication of ircxmpp user
# IX_PASS=xmpp_password
## hostname of the IRC server, prefix the value with # to connect with TLS
# IX_HOST=irc.server
## port of the IRC server to connect to, choose apropriate for plaintext/TLS
# IX_PORT=6666
## channel on IRC server to bridge
# IX_CHANNEL=#xmppbridge
## multi-user chat on XMPP server to bridge
# IX_MUC=muc@conference.xmpp.server
####################### OPTIONAL VARIABLES #######################
## set to IRC channel password if channel on IRC is password protected
# IX_CHPASS=somepassword
## delay after each event loop cycle in microseconds, defaults to 100ms.
# IX_LOOPDELAY=100000