[CalendarServer-changes] [5654] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Wed May 26 11:39:39 PDT 2010


Revision: 5654
          http://trac.macosforge.org/projects/calendarserver/changeset/5654
Author:   sagen at apple.com
Date:     2010-05-26 11:39:34 -0700 (Wed, 26 May 2010)
Log Message:
-----------
Adds "SubscriptionURL", and "APSBundleID" as plist keys allowed to have no value.

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

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2010-05-25 17:48:23 UTC (rev 5653)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2010-05-26 18:39:34 UTC (rev 5654)
@@ -873,7 +873,10 @@
 
             # Check for empty fields
             for key, value in service.iteritems():
-                if not value and key not in ("AllowedJIDs", "HeartbeatMinutes", "Password"):
+                if not value and key not in (
+                    "AllowedJIDs", "HeartbeatMinutes", "Password",
+                    "SubscriptionURL", "APSBundleID"
+                ):
                     raise ConfigurationError("Invalid %s for XMPPNotifierService: %r"
                                              % (key, value))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100526/5f116449/attachment.html>


More information about the calendarserver-changes mailing list