view 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
line wrap: on
line source

#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