plugins/mod_version.lua

changeset 894
2c0b9e3c11c3
parent 803
5a64649f4b94
child 1312
ad7d144b6796
--- a/plugins/mod_version.lua	Sun Mar 08 03:38:22 2009 +0000
+++ b/plugins/mod_version.lua	Fri Mar 20 20:16:25 2009 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
 -- Copyright (C) 2008-2009 Matthew Wild
 -- Copyright (C) 2008-2009 Waqas Hussain
 -- 
@@ -35,7 +35,7 @@
 	if stanza.attr.type == "get" then
 		session.send(st.reply(stanza):query(xmlns_version)
 			:tag("name"):text("Prosody"):up()
-			:tag("version"):text("0.3"):up()
+			:tag("version"):text("0.4"):up()
 			:tag("os"):text(version));
 	end
 end);

mercurial