File

libs/hashes.lua @ 160:5cbbfe42212e

plugins.bind: Fix the bind-success event, now fires with data { jid = result_jid } (thanks Jon)
author Matthew Wild <mwild1@gmail.com>
date Sun, 05 Dec 2010 01:06:29 +0000
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };