From 4e2978443d922cb7a1c27ef34a3cb465715b15aa Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 8 Feb 2007 16:47:23 +0000 Subject: [PATCH] added groupdav namespace git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1409 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/SaxObjC/ChangeLog | 2 ++ sope-xml/SaxObjC/Version | 2 +- sope-xml/SaxObjC/XMLNamespaces.h | 10 ++++++++-- 3 files changed, 11 insertions(+), 3 deletions(-) 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 -- 2.39.5