Small fix for mod_version
authorMatthew Wild <mwild1@gmail.com>
Sat, 15 Nov 2008 22:07:31 +0000 (22:07 +0000)
committerMatthew Wild <mwild1@gmail.com>
Sat, 15 Nov 2008 22:07:31 +0000 (22:07 +0000)
plugins/mod_version.lua

index 552480e0fa6fbf3c10c932953431606fabf70386..ff8f7539ac61509f8d785c8fdae65b7cfd912e7e 100644 (file)
@@ -11,7 +11,7 @@ local function handle_version_request(session, stanza)
                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