plugins/mod_version.lua

changeset 759
5cccfb5da6cb
parent 758
b1885732e979
child 760
90ce865eebd8
--- a/plugins/mod_version.lua	Fri Jan 30 17:22:56 2009 +0000
+++ b/plugins/mod_version.lua	Fri Jan 30 17:40:25 2009 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
@@ -18,7 +18,7 @@
 	if stanza.attr.type == "get" then
 		session.send(st.reply(stanza):query(xmlns_version)
 			:tag("name"):text("Prosody"):up()
-			:tag("version"):text("0.2"):up()
+			:tag("version"):text("0.3"):up()
 			:tag("os"):text("the best operating system ever!"));
 	end
 end);

mercurial