[CalendarServer-changes] [7695] CalDAVClientLibrary/trunk/src/protocol/caldav/definitions/csxml.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 30 09:37:40 PDT 2011


Revision: 7695
          http://trac.macosforge.org/projects/calendarserver/changeset/7695
Author:   exarkun at twistedmatrix.com
Date:     2011-06-30 09:37:39 -0700 (Thu, 30 Jun 2011)
Log Message:
-----------
Define the xmpp-server and xmpp-uri tags for from the pubsub discovery spec

Modified Paths:
--------------
    CalDAVClientLibrary/trunk/src/protocol/caldav/definitions/csxml.py

Modified: CalDAVClientLibrary/trunk/src/protocol/caldav/definitions/csxml.py
===================================================================
--- CalDAVClientLibrary/trunk/src/protocol/caldav/definitions/csxml.py	2011-06-30 16:29:37 UTC (rev 7694)
+++ CalDAVClientLibrary/trunk/src/protocol/caldav/definitions/csxml.py	2011-06-30 16:37:39 UTC (rev 7695)
@@ -28,3 +28,7 @@
 # Are these really in this namespace?
 dropbox_home               = QName(CSNamespace, "dropbox-home")
 dropbox_home_URL           = QName(CSNamespace, "dropbox-home-URL")
+
+# Defined by caldav-pubsubdiscovery
+xmpp_server                = QName(CSNamespace, "xmpp-server")
+xmpp_uri                   = QName(CSNamespace, "xmpp-uri")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110630/131edc97/attachment.html>


More information about the calendarserver-changes mailing list