changeset 102:1defbd44efe9

Created wiki page through web user interface.
author MWild1
date Wed, 23 Dec 2009 14:29:08 +0000
parents dfbbf18655db
children 1100de0e9a4b
files mod_ircd.wiki
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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