summaryrefslogblamecommitdiffstats
path: root/ircxmpp.conf
blob: 9851fab403cd2d5569abce5edfbf671dd11d6a70 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                            






                                                                                                   















                                                                            

                                                                                                   








                                                                                                
                             
## configuration file for ircxmpp.
## see http://git.sijanec.eu/sijanec/ircxmpp
## or /usr/share/doc/ircxmpp/README.Debian
		#######################  GLOBAL VARIABLES  #######################
## global variables do not have their 2, 3, 4 counterparts and are same for all bridges.
## delay after each event loop cycle in microseconds, defaults to 10ms.
# IX_LOOPDELAY=10000
## port on which the DNS server should run. use this if you already have a DNS server that'd proxy.
# IX_DNS_PORT=53
		###################### PER-BRIDGE VARIABLES ######################
####################### 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
## domain name suffix (your domain name) for IRC hostname spoofing. setting this ENABLES DNS server
# IX_DOMAIN=ircxmpp.example
####################### ANOTHER LINK SETUP ########################
## As many links as you'd like can be setup. Append a number, starting with 2, to every setting.
# IX_JID2=v@lu.e
# IX_PASS2=value
# IX_HOST2=valu.e
# IX_PORT2=6666
# IX_CHANNEL2=#value
# IX_MUC2=v@l.u.e
# IX_CHPASS2=value
# IX_DOMAIN2=ircxmpp2.example