[CalendarServer-changes] [6738] CalendarServer/trunk/twistedcaldav/customxml.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 14 13:53:28 PST 2011


Revision: 6738
          http://trac.macosforge.org/projects/calendarserver/changeset/6738
Author:   sagen at apple.com
Date:     2011-01-14 13:53:21 -0800 (Fri, 14 Jan 2011)
Log Message:
-----------
Changing namespace for apsbundleid to 'http://calendarserver.org/ns/', per 8790449

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/customxml.py

Modified: CalendarServer/trunk/twistedcaldav/customxml.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/customxml.py	2011-01-14 19:23:39 UTC (rev 6737)
+++ CalendarServer/trunk/twistedcaldav/customxml.py	2011-01-14 21:53:21 UTC (rev 6738)
@@ -37,7 +37,6 @@
 import datetime
 
 calendarserver_namespace = "http://calendarserver.org/ns/"
-mobileme_namespace = "http://cal.me.com/_namespace/"
 
 calendarserver_proxy_compliance = (
     "calendar-proxy",
@@ -304,7 +303,7 @@
     }
     allowed_children = {
         (calendarserver_namespace, "subscription-url") : (1, 1),
-        (mobileme_namespace, "apsbundleid") : (1, 1),
+        (calendarserver_namespace, "apsbundleid") : (1, 1),
         (calendarserver_namespace, "xmpp-server") : (1, 1),
         (calendarserver_namespace, "xmpp-uri") : (1, 1),
     }
@@ -317,7 +316,7 @@
     allowed_children = { (davxml.dav_namespace, "href"): (0, 1) }
 
 class PubSubAPSBundleIDProperty (davxml.WebDAVTextElement):
-    namespace = mobileme_namespace
+    namespace = calendarserver_namespace
     name = "apsbundleid"
     protected = True
     hidden = True
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110114/da6d231a/attachment.html>


More information about the calendarserver-changes mailing list