tools/xep227toprosody.lua
changeset 3540 bc139431830b
parent 2508 fed7f19db0da
child 3709 db1c1ddc79e8
--- a/tools/xep227toprosody.lua	Sat Oct 16 08:34:32 2010 +0500
+++ b/tools/xep227toprosody.lua	Sat Oct 16 23:00:42 2010 +0500
@@ -114,7 +114,7 @@
 		--print("message :"..ch:pretty_print());
 		local ret, err = dm.list_append(username, host, "offline", st.preserialize(ch));
 		print("["..(err or "success").."] stored offline message: " ..username.."@"..host.." - "..ch.attr.from);
- 	end
+	end
 end