Fixed: util/jid.lua now returns module object

Tue, 14 Oct 2008 09:54:49 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Tue, 14 Oct 2008 09:54:49 +0500
changeset 104
cfbd3b849f9e
parent 103
ebdb7875443e
child 105
b099f0f80775

Fixed: util/jid.lua now returns module object

util/jid.lua file | annotate | diff | comparison | revisions
--- 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

mercurial