File

libs/encodings.lua @ 55:163beb198646

verse: Add "drained" event to signal when send buffer is empty (new server.lua feature)
author Matthew Wild <mwild1@gmail.com>
date Thu, 06 May 2010 10:28:13 +0100
parent 0:caf260adc453
child 107:59c6f2deb8ab
line wrap: on
line source

module "encodings"

stringprep = {};

return _M;