Software /
code /
prosody
Diff
plugins/mod_version.lua @ 517:afd9f6590fd0
lxmppd -> Prosody
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 03 Dec 2008 13:02:23 +0000 |
parent | 438:193f9dd64f17 |
child | 519:cccd610a0ef9 |
line wrap: on
line diff
--- 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