1$conf['chat']['namespace']     = 'chat'; // namespace to put discussion pages in
2$conf['chat']['automatic']     = false; // true if comments are enabled for every page
3$conf['chat']['recentfirst']   = true; // display most recent comments first
4$conf['chat']['allowguests']   = true;  // should unregistred users be allowed to comment
5$conf['chat']['usegravatar']   = false;  // should gravatar pictures be displayd
6$conf['chat']['linkemail']     = false; // link usernames with e-mail addresses
7$conf['chat']['namerequired']  = false;  // must provide a username
8$conf['chat']['emailrequired'] = false;  // must provide a e-mail address
9$conf['chat']['show-progress'] = true;  // display info bar
10$conf['chat']['max-message-size'] = 2048;  // maximum size of message
11$conf['chat']['audio-notify'] = true;  // use audio notification
12