File

libs/encodings.lua @ 93:2442e751f3cb

verse.bosh: Implemented retry/reconnect logic, and handling of disconnects (either CM-intiated or due to connection failures)
author Matthew Wild <mwild1@gmail.com>
date Sun, 08 Aug 2010 01:21:22 +0100
parent 0:caf260adc453
child 107:59c6f2deb8ab
line wrap: on
line source

module "encodings"

stringprep = {};

return _M;