Software /
code /
prosody
Diff
plugins/mod_version.lua @ 298:985710ea308b
Small fix for mod_version
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 15 Nov 2008 22:07:31 +0000 |
parent | 219:f06e97f525bc |
child | 314:851f271d25b0 |
line wrap: on
line diff
--- a/plugins/mod_version.lua Sat Nov 15 22:36:22 2008 +0100 +++ b/plugins/mod_version.lua Sat Nov 15 22:07:31 2008 +0000 @@ -11,7 +11,7 @@ session.send(st.reply(stanza):query(xmlns_version) :tag("name"):text("lxmppd"):up() :tag("version"):text("pre-alpha"):up() - :tag("os"):text("The best one")); + :tag("os"):text("the best operating system ever!")); end end