From: helge Date: Thu, 8 Feb 2007 16:47:23 +0000 (+0000) Subject: added groupdav namespace X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e2978443d922cb7a1c27ef34a3cb465715b15aa;p=sope added groupdav namespace git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1409 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-xml/SaxObjC/ChangeLog b/sope-xml/SaxObjC/ChangeLog index cf0c9242..b7536e69 100644 --- a/sope-xml/SaxObjC/ChangeLog +++ b/sope-xml/SaxObjC/ChangeLog @@ -1,5 +1,7 @@ 2007-02-08 Helge Hess + * XMLNamespaces.h: added XMLNS_GROUPDAV namespace (v4.5.63) + * XMLNamespaces.h: added XMLNS_AppleCalServer namespace (v4.5.62) 2006-09-20 Helge Hess diff --git a/sope-xml/SaxObjC/Version b/sope-xml/SaxObjC/Version index 3fea82c7..645b0033 100644 --- a/sope-xml/SaxObjC/Version +++ b/sope-xml/SaxObjC/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=62 +SUBMINOR_VERSION:=63 diff --git a/sope-xml/SaxObjC/XMLNamespaces.h b/sope-xml/SaxObjC/XMLNamespaces.h index 570f20da..528899fd 100644 --- a/sope-xml/SaxObjC/XMLNamespaces.h +++ b/sope-xml/SaxObjC/XMLNamespaces.h @@ -1,6 +1,6 @@ /* - Copyright (C) 2000-2006 SKYRIX Software AG - Copyright (C) 2006 Helge Hess + Copyright (C) 2000-2007 SKYRIX Software AG + Copyright (C) 2007 Helge Hess This file is part of SOPE. @@ -271,6 +271,12 @@ # define XMLNS_OPENSEARCH_RSS @"http://a9.com/-/spec/opensearchrss/1.0/" #endif +/* GroupDAV */ + +#ifndef XMLNS_GROUPDAV +# define XMLNS_GROUPDAV @"http://groupdav.org/" +#endif + /* CalDAV */ #ifndef XMLNS_CALDAV