File

libs/encodings.lua @ 75:f5ac4e39e84f

verse.plugins.session: Only negotiate session when support is advertised by the server, and not marked as optional (saves a round-trip in a lot of cases)
author Matthew Wild <mwild1@gmail.com>
date Sun, 30 May 2010 02:47:19 +0100
parent 0:caf260adc453
child 107:59c6f2deb8ab
line wrap: on
line source

module "encodings"

stringprep = {};

return _M;