changeset 277:7a597092e71f

updated wikis.
author Marco Cirillo <maranda@lightwitch.org>
date Sat, 26 May 2012 02:55:01 +0000
parents 08744edfffba
children 41d03be9ac76
files mod_register_redirect.wiki mod_server_status.wiki mod_stanza_counter.wiki
diffstat 3 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mod_register_redirect.wiki	Sat May 26 02:43:58 2012 +0000
+++ b/mod_register_redirect.wiki	Sat May 26 02:55:01 2012 +0000
@@ -1,5 +1,5 @@
 #summary XEP-077 IBR Registration Redirect.
-#labels Stage-Beta
+#labels Stage-Stable
 
 = Introduction =
 
@@ -29,6 +29,7 @@
 
 = Compatibility =
 
+ * 0.9 works
  * 0.8 works
  * 0.7 might not work
  * 0.6 won't work
--- a/mod_server_status.wiki	Sat May 26 02:43:58 2012 +0000
+++ b/mod_server_status.wiki	Sat May 26 02:55:01 2012 +0000
@@ -1,5 +1,5 @@
 #summary Server status plugin
-#labels Stage-Beta
+#labels Stage-Stable
 
 = Introduction =
 
@@ -12,7 +12,7 @@
 
 Configuration example:
 {{{
-server_status_http_ports = {{ port = 5280, path = "mystatsbasepath" }}
+server_status_basepath = "/server-info/"
 server_status_show_hosts = { "iwanttoshowifthishostisonline.com", "iwanttoshowifthishostisonline2.com" }
 server_status_show_comps = { "muc.iwanttoshowifthishostisonline.com", "transport.iwanttoshowifthishostisonline.com" }
 server_status_json = true
@@ -21,7 +21,6 @@
 By default the plugin's output is in XML, setting server_status_json to "true" will turn it into JSON instead.
 if mod_stanza_counter isn't loaded the plugin will require at least either server_status_show_hosts or server_status_show_comps to be set.
 
-= Compatibility =
+= Info =
 
- * Latest Trunk works
- * 0.8.x works, but components status will be not correct
+ * This is only compatible with 0.9 for older versions please look at the 0.8-diverge branch.
--- a/mod_stanza_counter.wiki	Sat May 26 02:43:58 2012 +0000
+++ b/mod_stanza_counter.wiki	Sat May 26 02:55:01 2012 +0000
@@ -14,6 +14,11 @@
 
 Copy both files into prosody's module directory and place 'em into your enabled modules (stanza_counter_http requires to be loaded into the global section!)
 
+Config for stanza_counter_http:
+<code language="lua">
+stanza_counter_basepath = "/counter-path-custom/"
+</code>
+
 = Info =
 
  * As of now to count components stanzas, it needs to be manually loaded (inserted into modules_enabled of the components' sections) on these.