rygel r279 - in trunk: . data/xml



Author: zeeshanak
Date: Tue Nov 11 17:41:49 2008
New Revision: 279
URL: http://svn.gnome.org/viewvc/rygel?rev=279&view=rev

Log:
More standard-compliant SCPDs.

Based on a patch by Ross Burton <ross opennedhand com>.

Modified:
   trunk/ChangeLog
   trunk/data/xml/ConnectionManager.xml
   trunk/data/xml/ContentDirectory.xml
   trunk/data/xml/X_MS_MediaReceiverRegistrar1.xml

Modified: trunk/data/xml/ConnectionManager.xml
==============================================================================
--- trunk/data/xml/ConnectionManager.xml	(original)
+++ trunk/data/xml/ConnectionManager.xml	Tue Nov 11 17:41:49 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--============================================================
 Title: UPnP AV Connection Manager Service (CM) Template
 
@@ -10,7 +11,8 @@
 Any updates to this file should maintain this convention.
 This includes disabling any automatic tab-to-space conversion
 feature provided by your editor.
-================================================================--><scpd>
+================================================================-->
+<scpd xmlns="urn:schemas-upnp-org:service-1-0">
 	<serviceStateTable>
 		<stateVariable>
 			<name>SourceProtocolInfo</name>

Modified: trunk/data/xml/ContentDirectory.xml
==============================================================================
--- trunk/data/xml/ContentDirectory.xml	(original)
+++ trunk/data/xml/ContentDirectory.xml	Tue Nov 11 17:41:49 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--============================================================
 Title: UPnP AV Content Directory Service (CDS) Template
 
@@ -11,7 +12,7 @@
 This includes disabling any automatic tab-to-space conversion
 feature provided by your editor.
 ================================================================-->
-<scpd>
+<scpd xmlns="urn:schemas-upnp-org:service-1-0">
 	<serviceStateTable>
 		<stateVariable>
 			<name>SearchCapabilities</name>

Modified: trunk/data/xml/X_MS_MediaReceiverRegistrar1.xml
==============================================================================
--- trunk/data/xml/X_MS_MediaReceiverRegistrar1.xml	(original)
+++ trunk/data/xml/X_MS_MediaReceiverRegistrar1.xml	Tue Nov 11 17:41:49 2008
@@ -1,4 +1,5 @@
-<scpd>
+<?xml version="1.0"?>
+<scpd xmlns="urn:schemas-upnp-org:service-1-0">
     <specVersion>
         <major>1</major>
         <minor>0</minor>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]