diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-27 14:54:50 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-27 14:54:50 +0200 |
commit | 0d2646b246def5144dee17963d165fb222b27d26 (patch) | |
tree | 21475f9850d31a83d65e5f6692daca28355ae5c5 /ircxmpp.conf | |
parent | initial commit (diff) | |
download | ircxmpp-0d2646b246def5144dee17963d165fb222b27d26.tar ircxmpp-0d2646b246def5144dee17963d165fb222b27d26.tar.gz ircxmpp-0d2646b246def5144dee17963d165fb222b27d26.tar.bz2 ircxmpp-0d2646b246def5144dee17963d165fb222b27d26.tar.lz ircxmpp-0d2646b246def5144dee17963d165fb222b27d26.tar.xz ircxmpp-0d2646b246def5144dee17963d165fb222b27d26.tar.zst ircxmpp-0d2646b246def5144dee17963d165fb222b27d26.zip |
Diffstat (limited to 'ircxmpp.conf')
-rw-r--r-- | ircxmpp.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ircxmpp.conf b/ircxmpp.conf new file mode 100644 index 0000000..fd635c7 --- /dev/null +++ b/ircxmpp.conf @@ -0,0 +1,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 |