# HG changeset patch # User MWild1@gmail.com # Date 1341579665 0 # Node ID 5999d2eb2149174d136d14cd1903fa76830cd772 # Parent d4e87d2b4ba13b5e93b6c426f83b4bd52e30e4c5 Fix compatibility info diff -r d4e87d2b4ba1 -r 5999d2eb2149 mod_limits.wiki --- a/mod_limits.wiki Fri Jul 06 13:00:01 2012 +0000 +++ b/mod_limits.wiki Fri Jul 06 13:01:05 2012 +0000 @@ -37,9 +37,10 @@ All units are in terms of _bytes_, not _bits_, so that "kb/s" is interpreted as "kilobytes per second", where a kilobyte is 1000 bytes. = Compatibility = -| 0.9 | Works | -| 0.8 | Doesn't work(*) | +|| 0.9 || Works || +|| 0.8 || Doesn't work(`*`) || -(*) This module can be made to work in 0.8 if you do two things: +(`*`) This module can be made to work in 0.8 if you do two things: + # Install [http://hg.prosody.im/0.9/raw-file/d46948d3018a/util/throttle.lua util.throttle] into your Prosody source's util/ directory. # If you use libevent apply [http://prosody.im/patches/prosody08-mod-limits-fix.patch this patch] to net/server_event.lua. \ No newline at end of file