Diff

util/jid.lua @ 104:cfbd3b849f9e

Fixed: util/jid.lua now returns module object
author Waqas Hussain <waqas20@gmail.com>
date Tue, 14 Oct 2008 09:54:49 +0500
parent 29:b847875801e5
child 109:7efedc96352a
line wrap: on
line diff
--- a/util/jid.lua	Tue Oct 14 07:20:29 2008 +0500
+++ b/util/jid.lua	Tue Oct 14 09:54:49 2008 +0500
@@ -10,3 +10,5 @@
 	local resource = match(jid, "/(.+)$");
 	return node, server, resource;
 end
+
+return _M;
\ No newline at end of file