xmpp: fix new link description (RFC6122)
authorMikael Berthe <mikael@lilotux.net>
Fri, 01 Apr 2011 08:23:28 +0200
changeset 52 4efe459ca7f1
parent 51 a3e9f8f9d969
child 53 0e29690ab5d9
xmpp: fix new link description (RFC6122)
mcbot/cmds/xmpp.lua
--- a/mcbot/cmds/xmpp.lua	Fri Apr 01 08:21:23 2011 +0200
+++ b/mcbot/cmds/xmpp.lua	Fri Apr 01 08:23:28 2011 +0200
@@ -31,7 +31,7 @@
         ["url"] = xmppbaseurl.."rfc6121",
     }
     urls["6122"] = {
-        ["desc"] = "Instant Messaging and Presence",
+        ["desc"] = "Address Format",
         ["url"] = xmppbaseurl.."rfc6122",
     }