plugins/mod_version.lua

changeset 517
afd9f6590fd0
parent 438
193f9dd64f17
child 519
cccd610a0ef9
--- a/plugins/mod_version.lua	Sun Nov 30 19:59:28 2008 +0000
+++ b/plugins/mod_version.lua	Wed Dec 03 13:02:23 2008 +0000
@@ -10,8 +10,8 @@
 local function handle_version_request(session, stanza)
 	if stanza.attr.type == "get" then
 		session.send(st.reply(stanza):query(xmlns_version)
-			:tag("name"):text("lxmppd"):up()
-			:tag("version"):text("pre-alpha"):up()
+			:tag("name"):text("Prosody"):up()
+			:tag("version"):text("0.1"):up()
 			:tag("os"):text("the best operating system ever!"));
 	end
 end

mercurial