File

libs/hashes.lua @ 315:3742107e2505

plugins/sasl: Use ANONYMOUS authentication when no username provided
author James Callahan <james@chatid.com>
date Mon, 10 Sep 2012 23:37:04 +1000
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };