# HG changeset patch # User Mikael Berthe # Date 1301639008 -7200 # Node ID 4efe459ca7f12092379a26291c7f3fc1534b9a54 # Parent a3e9f8f9d9693574b1d94595b0aecbfb5ffd61ce xmpp: fix new link description (RFC6122) diff -r a3e9f8f9d969 -r 4efe459ca7f1 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", }