Mercurial > prosody-wiki
comparison mod_muc_log_http.wiki @ 222:646476e373af
Remove Host "*" references (thanks egon)
author | MWild1 |
---|---|
date | Sun, 25 Sep 2011 20:35:06 +0000 |
parents | 2b79ecd3ece6 |
children | 8b4e2a05f450 |
comparison
equal
deleted
inserted
replaced
221:8c19cbb8a6be | 222:646476e373af |
---|---|
9 | 9 |
10 Just copy the folder muc_log_http as it is, into the modules folder of your Prosody installation. | 10 Just copy the folder muc_log_http as it is, into the modules folder of your Prosody installation. |
11 | 11 |
12 = Configuration Details = | 12 = Configuration Details = |
13 | 13 |
14 You need to add muc_log_http to your global modules_enabled, and the configuration options similarly must be put into your Host "`*`" section. | 14 You need to add muc_log_http to your global modules_enabled, and the configuration options similarly must be put into your global (server-wide) options section: |
15 | 15 |
16 {{{ | 16 {{{ |
17 Host "*" | |
18 modules_enabled = { | 17 modules_enabled = { |
19 ..... | 18 ..... |
20 "muc_log_http"; | 19 "muc_log_http"; |
21 ..... | 20 ..... |
22 } | 21 } |