[CalendarServer-changes] [3663] CalendarServer/trunk/conf/caldavd.plist

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 12 15:10:58 PST 2009


Revision: 3663
          http://trac.macosforge.org/projects/calendarserver/changeset/3663
Author:   wsanchez at apple.com
Date:     2009-02-12 15:10:58 -0800 (Thu, 12 Feb 2009)
Log Message:
-----------
Simplify user-facing config.  These are developer options.

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd.plist

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2009-02-12 21:33:02 UTC (rev 3662)
+++ CalendarServer/trunk/conf/caldavd.plist	2009-02-12 23:10:58 UTC (rev 3663)
@@ -325,22 +325,6 @@
           <!-- PubSub service address -->
           <key>ServiceAddress</key>
           <string>pubsub.xmpp.host.name</string>
-
-          <key>NodeConfiguration</key>
-          <dict>
-            <key>pubsub#deliver_payloads</key>
-            <string>1</string>
-            <key>pubsub#persist_items</key>
-            <string>1</string>
-          </dict>
-
-          <!-- Sends a presence notification to XMPP server at this interval (prevents disconnect) -->
-          <key>KeepAliveSeconds</key>
-          <integer>120</integer>
-
-          <!-- Sends a pubsub publish to a particular heartbeat node at this interval -->
-          <key>HeartbeatMinutes</key>
-          <integer>30</integer>
         </dict>
       </dict>
     </dict>
@@ -363,14 +347,6 @@
         <key>AddressPatterns</key>
         <array>
         </array>
-        <key>OldDraftCompatibility</key>
-        <true/>
-        <key>ScheduleTagCompatibility</key>
-        <true/>
-        <key>DefaultCalendarProvisioned</key>
-        <true/>
-        <key>EnablePrivateComments</key>
-        <true/>
       </dict>
 
       <!-- iSchedule protocol options -->
@@ -474,16 +450,6 @@
     <key>EnableSACLs</key>
     <false/>
 
-    <!-- Support for Content-Encoding compression options as specified in RFC2616 Section 3.5 -->
-    <key>ResponseCompression</key>
-    <true/>
-    
-    <!-- The retry-after value to return with a 503 error.  The value of this field can be either
-         an integer number of seconds (e.g. 180) or an HTTP-date 
-         (e.g. Sat, 14 Feb 2009 23:59:59 GMT). -->
-    <key>HTTPRetryAfter</key>
-    <string>180</string>
 
-
   </dict>
 </plist>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090212/25e897fc/attachment-0001.html>


More information about the calendarserver-changes mailing list