[CalendarServer-changes] [4461] CalendarServer/branches/users/wsanchez/deployment/conf/caldavd.plist

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 14 18:34:59 PDT 2009


Revision: 4461
          http://trac.macosforge.org/projects/calendarserver/changeset/4461
Author:   wsanchez at apple.com
Date:     2009-07-14 18:34:59 -0700 (Tue, 14 Jul 2009)
Log Message:
-----------
Adds XMPP KeepAliveSeconds and HeartbeatMinutes to config file

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/conf/caldavd.plist

Modified: CalendarServer/branches/users/wsanchez/deployment/conf/caldavd.plist
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/conf/caldavd.plist	2009-07-15 01:25:22 UTC (rev 4460)
+++ CalendarServer/branches/users/wsanchez/deployment/conf/caldavd.plist	2009-07-15 01:34:59 UTC (rev 4461)
@@ -308,18 +308,28 @@
 
           <!-- Jabber ID and password for the server -->
           <key>JID</key>
-          <string>jid at xmpp.host.name/resource</string>
+          <string>jid at xmpp.host.name</string>
           <key>Password</key>
           <string>password_goes_here</string>
 
           <!-- PubSub service address -->
           <key>ServiceAddress</key>
           <string>pubsub.xmpp.host.name</string>
+
+          <!-- 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>
 
 
+
     <!--
         Miscellaneous items
       -->
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090714/bd690530/attachment.html>


More information about the calendarserver-changes mailing list