Software /
code /
prosody
Diff
plugins/mod_version.lua @ 896:2c0b9e3c11c3
0.3->0.4
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 20 Mar 2009 20:16:25 +0000 |
parent | 803:5a64649f4b94 |
child | 1312:ad7d144b6796 |
line wrap: on
line diff
--- 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);