# HG changeset patch # User MWild1 # Date 1261578548 0 # Node ID 1defbd44efe924bdfacab231faac1574d3fe62aa # Parent dfbbf18655db6ac5d622532288d223340549e44a Created wiki page through web user interface. diff -r dfbbf18655db -r 1defbd44efe9 mod_ircd.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_ircd.wiki Wed Dec 23 14:29:08 2009 +0000 @@ -0,0 +1,26 @@ +#summary IRC to XMPP interface to allow IRC clients to connect to chatrooms +#labels Stage-Alpha + += Introduction = + +IRC just won't go away. Whether you like it or not, XMPP is the future :) + +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. + + += Usage = + +{{{ +Component "irc.example.com" "ircd" + port = 6667 -- Optional + conference_server = "conference.example.com" +}}} + += Compatibility = +||0.7||Works|| +||0.6||Works|| + += Todo = + * Authentication + * SSL + * Many improvements to handling of IRC and XMPP \ No newline at end of file