Adding supportsAutoUpdate to the XmlRpc capabilities to make sure client apps (e.g. Live Writer) keep up to date with the applications capabilities

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-12-08 10:57:45 -08:00
parent 8c74508067
commit d8b38b94c1

View File

@@ -23,6 +23,7 @@ namespace Orchard.Core.XmlRpc.Controllers {
var options = new XElement(
XName.Get("options", ManifestUri),
new XElement(XName.Get("supportsAutoUpdate", ManifestUri), "Yes"),
new XElement(XName.Get("clientType", ManifestUri), "Metaweblog"),
new XElement(XName.Get("supportsKeywords", ManifestUri), "No"),
new XElement(XName.Get("supportsCategories", ManifestUri), "No"),