From: helge Date: Thu, 8 Feb 2007 18:36:58 +0000 (+0000) Subject: added CardDAV namespace X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc0ccf6e5fcf3fb5b5a511b5aaa9df8c073ea8bc;p=sope added CardDAV namespace git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1410 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-xml/SaxObjC/ChangeLog b/sope-xml/SaxObjC/ChangeLog index b7536e69..8df2caf2 100644 --- a/sope-xml/SaxObjC/ChangeLog +++ b/sope-xml/SaxObjC/ChangeLog @@ -1,5 +1,9 @@ 2007-02-08 Helge Hess + * XMLNamespaces.h: added XMLNS_CARDDAV namespace (v4.5.65) + + * XMLNamespaces.h: added XMLNS_AppleCalApp namespace (v4.5.64) + * XMLNamespaces.h: added XMLNS_GROUPDAV namespace (v4.5.63) * XMLNamespaces.h: added XMLNS_AppleCalServer namespace (v4.5.62) diff --git a/sope-xml/SaxObjC/Version b/sope-xml/SaxObjC/Version index 645b0033..81e751c7 100644 --- a/sope-xml/SaxObjC/Version +++ b/sope-xml/SaxObjC/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=63 +SUBMINOR_VERSION:=65 diff --git a/sope-xml/SaxObjC/XMLNamespaces.h b/sope-xml/SaxObjC/XMLNamespaces.h index 528899fd..2a4e35bb 100644 --- a/sope-xml/SaxObjC/XMLNamespaces.h +++ b/sope-xml/SaxObjC/XMLNamespaces.h @@ -277,16 +277,23 @@ # define XMLNS_GROUPDAV @"http://groupdav.org/" #endif -/* CalDAV */ +/* CalDAV / CardDAV */ #ifndef XMLNS_CALDAV # define XMLNS_CALDAV @"urn:ietf:params:xml:ns:caldav" #endif +#ifndef XMLNS_CARDDAV +# define XMLNS_CARDDAV @"urn:ietf:params:xml:ns:carddav" +#endif + /* Apple CalServer */ #ifndef XMLNS_AppleCalServer # define XMLNS_AppleCalServer @"http://apple.com/ns/calendarserver/" #endif +#ifndef XMLNS_AppleCalApp +# define XMLNS_AppleCalApp @"com.apple.ical:" +#endif #endif /* __SaxObjC_XML_Namespaces_H__ */