Changeset

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
parents 103:ebdb7875443e
children 105:b099f0f80775
files util/jid.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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