Mercurial > prosody-wiki
comparison mod_ircd.wiki @ 223:2838422a8bc1
adjusted wiki.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Mon, 26 Sep 2011 01:51:29 +0000 |
parents | 1100de0e9a4b |
children | f2addd5ab93b |
comparison
equal
deleted
inserted
replaced
222:646476e373af | 223:2838422a8bc1 |
---|---|
10 = Usage = | 10 = Usage = |
11 In your config file put something similar to the following: | 11 In your config file put something similar to the following: |
12 | 12 |
13 {{{ | 13 {{{ |
14 Component "irc.example.com" "ircd" | 14 Component "irc.example.com" "ircd" |
15 port = 6667 -- Optional | |
16 conference_server = "conference.example.com" | 15 conference_server = "conference.example.com" |
17 }}} | 16 }}} |
18 | 17 |
19 If you don't want your IRC users to have connectivity outside your server then there is no need for the hostnames you specify to be valid DNS entries. | 18 If you don't want your IRC users to have connectivity outside your server then there is no need for the hostnames you specify to be valid DNS entries. |
20 | 19 |
20 = Warning = | |
21 | |
22 For now the port number used by the plugin is hardcoded to be 7000, if you want to change it, you'll need to edit the plugin file just search for "7000" in your text editor and replace it with your port of choice. | |
23 Also the plugin stability, and/or serving compatibility with most of the IRC clients is yet to be determined. | |
24 | |
21 = Compatibility = | 25 = Compatibility = |
22 ||0.7||Works|| | 26 ||0.8||Works|| |
23 ||0.6||Works|| | 27 ||0.7||Uncertain|| |
28 ||0.6||Uncertain|| | |
24 | 29 |
25 = Todo = | 30 = Todo = |
26 * Authentication | 31 * Authentication |
27 * SSL | 32 * SSL |
28 * Many improvements to handling of IRC and XMPP | 33 * Many improvements to handling of IRC and XMPP |