102
|
1 #summary IRC to XMPP interface to allow IRC clients to connect to chatrooms |
|
2 #labels Stage-Alpha |
|
3 |
|
4 = Introduction = |
|
5 |
103
|
6 Whether you like it or not, XMPP is the future, but that pesky IRC just won't go away :) |
102
|
7 |
103
|
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. |
102
|
9 |
|
10 = Usage = |
103
|
11 In your config file put something similar to the following: |
102
|
12 |
|
13 {{{ |
|
14 Component "irc.example.com" "ircd" |
|
15 port = 6667 -- Optional |
|
16 conference_server = "conference.example.com" |
|
17 }}} |
|
18 |
103
|
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. |
|
20 |
102
|
21 = Compatibility = |
|
22 ||0.7||Works|| |
|
23 ||0.6||Works|| |
|
24 |
|
25 = Todo = |
|
26 * Authentication |
|
27 * SSL |
|
28 * Many improvements to handling of IRC and XMPP |