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