Software /
code /
prosody
Changeset
305:4ccffcd6e720
Merge from waqas
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 15 Nov 2008 22:29:24 +0000 |
parents | 298:985710ea308b (diff) 304:7b28fa8bbfe5 (current diff) |
children | 306:db4ef011512c |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_version.lua Sun Nov 16 03:16:53 2008 +0500 +++ b/plugins/mod_version.lua Sat Nov 15 22:29:24 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