[rygel] data: Have SCPD include spec version
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] data: Have SCPD include spec version
- Date: Tue, 23 Mar 2010 14:43:54 +0000 (UTC)
commit ddbe7160ffdcb55de92a0b9580b9d5f0d309a85f
Author: Jens Georg <mail jensge org>
Date: Sat Mar 20 23:29:54 2010 +0100
data: Have SCPD include spec version
This version is not of the MediaServer but "UPnP Device Architecture".
data/xml/ConnectionManager.xml | 4 ++++
data/xml/ContentDirectory.xml | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/xml/ConnectionManager.xml b/data/xml/ConnectionManager.xml
index 28395b6..454fab9 100644
--- a/data/xml/ConnectionManager.xml
+++ b/data/xml/ConnectionManager.xml
@@ -13,6 +13,10 @@ This includes disabling any automatic tab-to-space conversion
feature provided by your editor.
================================================================-->
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
+ <specVersion>
+ <major>1</major>
+ <minor>0</minor>
+ </specVersion>
<serviceStateTable>
<stateVariable>
<name>SourceProtocolInfo</name>
diff --git a/data/xml/ContentDirectory.xml b/data/xml/ContentDirectory.xml
index 0e1cd4b..fb994eb 100644
--- a/data/xml/ContentDirectory.xml
+++ b/data/xml/ContentDirectory.xml
@@ -13,6 +13,10 @@ This includes disabling any automatic tab-to-space conversion
feature provided by your editor.
================================================================-->
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
+ <specVersion>
+ <major>1</major>
+ <minor>0</minor>
+ </specVersion>
<serviceStateTable>
<stateVariable>
<name>SearchCapabilities</name>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]