From 35b3535085fd610ce1389cf0e4fc07b5bc765dab Mon Sep 17 00:00:00 2001
From: Kevin Smith <git@kismith.co.uk>
Date: Fri, 3 Aug 2012 21:59:05 +0100
Subject: Better XEP format


diff --git a/Swiftob/scripts/xep.lua b/Swiftob/scripts/xep.lua
index 0c7c943..c92e715 100644
--- a/Swiftob/scripts/xep.lua
+++ b/Swiftob/scripts/xep.lua
@@ -30,7 +30,7 @@ function update_xeps()
 end
 
 function xep_to_string(xep)
-	return "XEP-"..xep["number"]..": http://xmpp.org/extensions/xep-"..xep["number"]..".html\nShortname "..xep["shortname"]..": "..xep["name"]..xep["type"].."/"..xep["status"].." Updated: "..xep["updated"]
+	return "XEP-"..xep["number"].."("..xep["shortname"].."): http://xmpp.org/extensions/xep-"..xep["number"]..".html\n"..xep["name"]..xep["type"].."/"..xep["status"].." Updated: "..xep["updated"]
 end
 
 function xep_command(command, params, message)
-- 
cgit v0.10.2-6-g49f6