File

libs/hashes.lua @ 169:4bb1e9c91fbe

plugins.legacy: Try to login anyways, compat for servers not supporting XEP 78 properly.
author Kim Alvefur <zash@zash.se>
date Wed, 15 Dec 2010 15:03:46 +0000
parent 129:c0be31a5ff55
child 389:bf3a4fcdcb76
line wrap: on
line source

local sha1 = require "util.sha1";

return { sha1 = sha1.sha1 };