File

libs/encodings.lua @ 97:ad6006779416

verse.client: Update stream:close() to use base stream:close(), and not add an XMPP-specific :close() to the base stream
author Matthew Wild <mwild1@gmail.com>
date Sat, 21 Aug 2010 14:37:10 +0100
parent 0:caf260adc453
child 107:59c6f2deb8ab
line wrap: on
line source

module "encodings"

stringprep = {};

return _M;