From ef0fadde29cdb19e4ba342fb87bdf8c0f42f86e5 Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Sat, 8 Jan 2011 13:05:51 -0500 Subject: [PATCH] Blag --- lib/xmpp-client/bytestream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xmpp-client/bytestream.js b/lib/xmpp-client/bytestream.js index 1678e33..19bcd1b 100644 --- a/lib/xmpp-client/bytestream.js +++ b/lib/xmpp-client/bytestream.js @@ -4,7 +4,7 @@ var sys = require("sys"), xmpp = require("node-xmpp"), colors = require("colors"), events = require("events"), - hash = require("node-hash/lib/hash"); + hash = require("../../../node-hash/lib/hash"); var Bytestream = function(server, file, to, idIq) { var bytestream = this;