# HG changeset patch # User Marco Cirillo # Date 1338000901 0 # Node ID 7a597092e71f63cd5e26e668c19b256c9b40884a # Parent 08744edfffba1fec9bad99d8b6b225a744043411 updated wikis. diff -r 08744edfffba -r 7a597092e71f mod_register_redirect.wiki --- 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 diff -r 08744edfffba -r 7a597092e71f mod_server_status.wiki --- 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. diff -r 08744edfffba -r 7a597092e71f mod_stanza_counter.wiki --- 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: + +stanza_counter_basepath = "/counter-path-custom/" + + = Info = * As of now to count components stanzas, it needs to be manually loaded (inserted into modules_enabled of the components' sections) on these.