comparison mod_ircd.wiki @ 102:1defbd44efe9

Created wiki page through web user interface.
author MWild1
date Wed, 23 Dec 2009 14:29:08 +0000
parents
children 1100de0e9a4b
comparison
equal deleted inserted replaced
101:dfbbf18655db 102:1defbd44efe9
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