mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
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:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user