comparison mod_ircd.wiki @ 103:1100de0e9a4b

Edited wiki page through web user interface.
author MWild1
date Wed, 23 Dec 2009 14:53:10 +0000
parents 1defbd44efe9
children 2838422a8bc1
comparison
equal deleted inserted replaced
102:1defbd44efe9 103:1100de0e9a4b
1 #summary IRC to XMPP interface to allow IRC clients to connect to chatrooms 1 #summary IRC to XMPP interface to allow IRC clients to connect to chatrooms
2 #labels Stage-Alpha 2 #labels Stage-Alpha
3 3
4 = Introduction = 4 = Introduction =
5 5
6 IRC just won't go away. Whether you like it or not, XMPP is the future :) 6 Whether you like it or not, XMPP is the future, but that pesky IRC just won't go away :)
7 7
8 With this module you can set up a special host on your server to allow connections from IRC clients. They are able to join XMPP chatrooms on a specified conference server. 8 With this module you can set up a special host on your server to allow connections from IRC clients and bots. They are able to join XMPP chatrooms on a specified conference server.
9
10 9
11 = Usage = 10 = Usage =
11 In your config file put something similar to the following:
12 12
13 {{{ 13 {{{
14 Component "irc.example.com" "ircd" 14 Component "irc.example.com" "ircd"
15 port = 6667 -- Optional 15 port = 6667 -- Optional
16 conference_server = "conference.example.com" 16 conference_server = "conference.example.com"
17 }}} 17 }}}
18
19 If you don't want your IRC users to have connectivity outside your server then there is no need for the hostnames you specify to be valid DNS entries.
18 20
19 = Compatibility = 21 = Compatibility =
20 ||0.7||Works|| 22 ||0.7||Works||
21 ||0.6||Works|| 23 ||0.6||Works||
22 24